Skip to content

Commit da48da8

Browse files
Minor editorial change.
1 parent 3c46067 commit da48da8

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
The Nu Markup Checker is the backend behind [http://html5.validator.nu][1],
44
[http://validator.w3.org/nu/][2], and the HTML5 facet of the [W3C Validator][3].
55
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 validation of
7-
HTML documents directly from the command line and from other scripts/apps or as
8-
a simple stand-alone HTTP server that provides a service for browser-based
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 stand-alone HTTP server that provides a service for browser-based
99
checking of HTML documents over the Web—similar to
1010
[http://validator.w3.org/nu/][2], etc.
1111

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ <h1>The Nu Markup Checker</h1>
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
16-
batch validation of HTML documents directly
17-
from the command line and from other scripts/apps or as a simple
18-
stand-alone HTTP server that provides a service for browser-based checking
19-
of HTML documents over the Web—similar to
16+
batch-checking of HTML documents directly from the command line and from
17+
other scripts/apps or as a simple stand-alone HTTP server that provides a
18+
service for browser-based checking of HTML documents over the Web—similar to
2019
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>,
2120
etc.
2221

0 commit comments

Comments
 (0)