Skip to content

Commit 682cdc5

Browse files
Minor wording addition.
1 parent c06160b commit 682cdc5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ The Nu Markup Checker is the backend behind [http://validator.nu][1],
44
[http://html5.validator.nu][2], [http://validator.w3.org/nu/][3], and the HTML5
55
facet of the [W3C Validator][4]. Its source code is available from [a set of
66
repositories hosted at github][5], as is `vnu.jar`, a portable standalone
7-
version.
7+
version for either batch validation of HTML documents directly from the command
8+
line and from other scripts/apps or as a simple stand-alone HTTP server that
9+
provides a service for browser-based checking of HTML documents over the
10+
Web—similar to [http://html5.validator.nu/][2],
11+
[http://validator.w3.org/nu/][3], etc.
812

913
[1]: http://validator.nu
1014
[2]: http://html5.validator.nu

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ <h1>The Nu Markup Checker</h1>
1313

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

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

0 commit comments

Comments
 (0)