From 2ca0732ed489c46f8892cd451d860e16014c3e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 23 Feb 2021 16:55:20 -0500 Subject: [README.md]: minor fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db3150e..1c38d65 100644 --- a/README.md +++ b/README.md @@ -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 ... ``` -- cgit v1.2.3