Skip to content

Commit ee53b17

Browse files
Minor edits.
1 parent 554c3a4 commit ee53b17

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# The Nu Markup Checker
22

3-
The Nu Markup Checker is the backend behind [http://html5.validator.nu][1],
4-
[http://validator.w3.org/nu/][2], and the HTML5 facet of the [W3C Validator][3].
5-
Its source code is available from [a set of repositories hosted at github][4],
6-
as is `vnu.jar`, a portable standalone version for either batch-checking of HTML
7-
documents directly from the command line and from other scripts/apps, or as a
8-
simple standalone HTTP server that provides a service for browser-based checking
9-
of HTML documents over the Web—similar to [http://validator.w3.org/nu/][2], etc.
3+
The Nu Markup Checker forms the same code as the backend behind
4+
[http://html5.validator.nu][1], [http://validator.w3.org/nu/][2], and the HTML5
5+
facet of the legacy [W3C Validator][3]. Its source code is available from [a set
6+
of repositories hosted at github][4], as is `vnu.jar`, a portable standalone
7+
version for either batch-checking of HTML documents directly from the command
8+
line and from other scripts/apps, or for use as a simple standalone HTTP server
9+
that provides a service for browser-based checking of HTML documents over the
10+
Web—similar to [http://validator.w3.org/nu/][2].
1011

1112
[1]: http://html5.validator.nu
1213
[2]: http://validator.w3.org/nu/

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<h1>The Nu Markup Checker</h1>
55

66
<p>
7-
The Nu Markup Checker is the backend behind
7+
The Nu Markup Checker forms the same code as the backend behind
88
<a href="http://html5.validator.nu">http://html5.validator.nu</a>,
99
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>,
10-
and the HTML5 facet of the
10+
and the HTML5 facet of the legacy
1111
<a href="http://validator.w3.org">W3C Validator</a>.
1212

1313
Its source code is available from
1414
<a href="https://github.com/validator/">a set of repositories hosted at github</a>,
1515
as is <code>vnu.jar</code>, a portable standalone version for either
1616
batch-checking of HTML documents directly from the command line and from
17-
other scripts/apps, or as a simple standalone HTTP server that provides a
18-
service for browser-based checking of HTML documents over the Web—similar to
19-
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>,
20-
etc.
17+
other scripts/apps, or for use as a simple standalone HTTP server that
18+
provides a service for browser-based checking of HTML documents over the
19+
Web—similar to
20+
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>.
2121

2222
<p>
2323
The easiest way to do things with the Nu Markup Checker on your own is to

0 commit comments

Comments
 (0)