diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-23 16:55:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-23 16:55:20 -0500 |
commit | 2ca0732ed489c46f8892cd451d860e16014c3e2d (patch) | |
tree | b2d8e4782428d8c62f68ce4f775fb0c901e8b7d5 /README.md | |
parent | 4837da3367025671114b81150d2b65fd143ec32b (diff) | |
download | w3c-validator-master.tar.lz w3c-validator-master.tar.xz w3c-validator-master.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,14 +31,14 @@ The script command syntax is: Examples: ```bash -$ python w3c-validator tests/data/something-html5-file.html +$ python w3c-validator.py 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 -$ python w3c-validator https://www.methods.co.nz/asciidoc/layout1.css +$ python w3c-validator.py https://www.methods.co.nz/asciidoc/layout1.css validating: https://www.methods.co.nz/asciidoc/layout1.css ... ``` |