@@ -14,18 +14,12 @@ Web—similar to [http://validator.w3.org/nu/][2].
1414 [ 3 ] : http://validator.w3.org
1515 [ 4 ] : https://github.com/validator/
1616
17- The easiest way to do things with the Nu Markup Checker on your own is to [ get
18- the latest vnu.jar release ] [ 5 ] .
17+ To use the Nu Markup Checker on your own, [ get the latest release ] [ 5 ] and see
18+ the ** Usage ** instructions below .
1919
2020 [ 5 ] : https://github.com/validator/validator.github.io/releases/latest
2121
22- In the ** Usage** section below are instructions on how to use ` vnu.jar ` to check
23- the markup of documents.
24-
25- ** Note:** In the instructions, replace _ "~ /vnu.jar"_ with the actual path to the
26- ` vnu.jar ` file on your system.
27-
28- Alternatively, consider automating HTML markup checking with frontend such as:
22+ Alternatively, consider automating your HTML checking with a frontend such as:
2923
3024 * [ Grunt plugin for HTML validation] [ 6 ]
3125
@@ -48,6 +42,9 @@ checking of HTML documents by invoking it like this:
4842 [--format gnu|xml|json|text] [--help] [--html] [--verbose]
4943 [--version] FILES
5044
45+ ** Note:** In these instructions, replace _ "~ /vnu.jar"_ with the actual path to
46+ the ` vnu.jar ` file on your system.
47+
5148To check one or more HTML documents from the command line:
5249
5350 java -jar ~/vnu.jar FILE.html FILE2.html FILE3.HTML FILE4.html...
0 commit comments