From 4837da3367025671114b81150d2b65fd143ec32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 23 Feb 2021 15:45:44 -0500 Subject: [README.md]: update syntax --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e7fdee..db3150e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ and CSS files and URLs to the [W3C CSS Validation Service](https://jigsaw.w3.org The script parses and reports the JSON results returned by validators. ## Requirements -- Python +- Python 3 - Curl - An Internet connection @@ -31,14 +31,14 @@ The script command syntax is: Examples: ```bash -$ w3c-validator tests/data/something-html5-file.html +$ python w3c-validator tests/data/something-html5-file.html validating: tests/data/something-html5-file.html ... error: line 822: The tt element is obsolete. Use CSS instead. ``` ```bash -$ w3c-validator https://www.methods.co.nz/asciidoc/layout1.css +$ python w3c-validator https://www.methods.co.nz/asciidoc/layout1.css validating: https://www.methods.co.nz/asciidoc/layout1.css ... ``` -- cgit v1.2.3