Skip to content

Commit bca11cd

Browse files
Minor editorial streamlining.
1 parent f3b26dd commit bca11cd

2 files changed

Lines changed: 14 additions & 20 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
5148
To check one or more HTML documents from the command line:
5249

5350
java -jar ~/vnu.jar FILE.html FILE2.html FILE3.HTML FILE4.html...

index.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,11 @@ <h1>The Nu Markup Checker (v.Nu)</h1>
2020
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>.
2121

2222
<p>
23-
The easiest way to do things with the Nu Markup Checker on your own is to
24-
<a href="https://github.com/validator/validator.github.io/releases/latest">get the latest vnu.jar release</a>.
23+
To use the Nu Markup Checker on your own,
24+
<a href="https://github.com/validator/validator.github.io/releases/latest">get the latest release</a>
25+
and see the <b>Usage</b> instructions below.
2526

26-
<p>
27-
In the <b>Usage</b> section below are instructions on how to use
28-
<code>vnu.jar</code> to check the markup of documents.
29-
30-
<p class=note><b>Note:</b> In the instructions, replace
31-
<var>"~/vnu.jar"</var> with the actual path to the <code>vnu.jar</code>
32-
file on your system.
33-
34-
<p>Alternatively, consider automating HTML markup checking with frontend such as:
27+
<p>Alternatively, consider automating your HTML checking with a frontend such as:
3528
<ul>
3629
<li>
3730
<a href="https://github.com/jzaefferer/grunt-html">Grunt plugin for HTML validation</a>
@@ -60,6 +53,10 @@ <h2>Usage</h2>
6053
[--verbose] [--version] FILES
6154
</pre>
6255

56+
<p class=note><b>Note:</b> In these instructions, replace
57+
<var>"~/vnu.jar"</var> with the actual path to the <code>vnu.jar</code>
58+
file on your system.
59+
6360
<p>To check one or more HTML documents from the command line:
6461
<pre>
6562
java -jar ~/vnu.jar FILE.html FILE2.html FILE3.HTML FILE4.html...

0 commit comments

Comments
 (0)