Skip to content

Commit a70655e

Browse files
Minor formatting.
1 parent 6275570 commit a70655e

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ facet of the [W3C Validator][4].
99
[3]: http://validator.w3.org/nu/
1010
[4]: http://validator.w3.org
1111

12-
The Nu Markup Checker is also available as a portable standalone jar file called
13-
`vnu.jar`.
14-
1512
The Nu Markup Checker source code is available from [a set of repositories
16-
hosted at github][5], as is the [latest vnu.jar release][6].
13+
hosted at github][5].
1714

1815
[5]: https://github.com/validator/
16+
17+
The easiest way to run your own copy of the Nu Markup Checker is to [get the
18+
latest vnu.jar release][6]. The `vnu.jar` file provides a portable standalone
19+
version of the Nu Markup Checker.
20+
1921
[6]: https://github.com/validator/validator.github.io/releases/latest
2022

21-
In in the **Usage** section below are instructions on how to use `vnu.jar` to
22-
check the markup of documents.
23+
In the **Usage** section below are instructions on how to use `vnu.jar` to check
24+
the markup of documents.
2325

2426
**Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
2527
`vnu.jar` file on your system.

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ <h1>The Nu Markup Checker</h1>
1212
<a href="http://validator.w3.org">W3C Validator</a>.
1313

1414
<p>
15-
The Nu Markup Checker is also available as a portable standalone jar
16-
file called <code>vnu.jar</code>.
15+
The Nu Markup Checker source code is available from
16+
<a href="https://github.com/validator/">a set of repositories hosted at github</a>.
1717

1818
<p>
19-
The Nu Markup Checker source code is available from
20-
<a href="https://github.com/validator/">a set of repositories hosted at github</a>,
21-
as is the
22-
<a href="https://github.com/validator/validator.github.io/releases/latest">latest vnu.jar release</a>.
19+
The easiest way to run your own copy of the Nu Markup Checker is to
20+
<a href="https://github.com/validator/validator.github.io/releases/latest">get the latest vnu.jar release</a>.
21+
The <code>vnu.jar</code> file provides a portable standalone version of
22+
the Nu Markup Checker.
2323

2424
<p>
25-
In in the <b>Usage</b> section below are instructions on how to use
25+
In the <b>Usage</b> section below are instructions on how to use
2626
<code>vnu.jar</code> to check the markup of documents.
2727

2828
<p class=note><b>Note:</b> In the instructions, replace

0 commit comments

Comments
 (0)