Skip to content

Commit

Permalink
Editorial: Small fixes for the validator tests README (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut authored Jun 14, 2024
1 parent 30c11b3 commit 1199788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions validator-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ link to the bug you filed. See what was done above for Name Prohibited for @axe-
### Using @axe-core/cli

* Documentation: [@axe-core/cli](https://www.npmjs.com/package/@axe-core/cli)
* Issue tracker: https://github.com/dequelabs/axe-core-npm
* Issue tracker: https://github.com/dequelabs/axe-core

#### General Tips
* Run a single test with no arguments to see all the errors:
Expand Down Expand Up @@ -154,13 +154,13 @@ inside the `my-test-files` directory.

```
cd my-test-files
python -m SimpleHTTPServer
python -m http.server
```

Having done the above, the URL is `http://localhost:8000/foo.html` and the following should work:

```
axe http://localhost:8000/foo.html --rules aria-allowed-attr
axe http://localhost:8000/foo.html --tags cat.aria
```

### Using Validator.nu
Expand Down

0 comments on commit 1199788

Please sign in to comment.