Skip to content

Commit f867c7c

Browse files
Minor updates.
1 parent 8c278ec commit f867c7c

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ executable provides the following options:
107107

108108
Shows the vnu.jar version number.
109109

110-
For details on using the `vnu.jar` markup checker to provide a service for
111-
browser-based checking of HTML documents over the Web, see [Using vnu.jar for
112-
Web-based markup checking][4].
110+
For details on how to provide browser-based checking of documents over the Web
111+
using either the `vnu.jar` package or an alternative `vnu.war` package that’s
112+
also available, see [Web-based checking with vnu.war or vnu.jar][4].
113113

114114
[4]: http://validator.github.io/service.html
115115

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,11 @@ <h4 id="version">--version</h4>
133133
</section>
134134
</div>
135135

136-
<p>For details on using the <code>vnu.jar</code> markup checker to provide a
137-
service for browser-based checking of HTML documents over the Web, see
138-
<a href="http://validator.github.io/service.html">Using vnu.jar for Web-based markup checking</a>.
136+
<p>For details on how to provide browser-based checking of documents over
137+
the Web using either the <code>vnu.jar</code> package or an alternative
138+
<code>vnu.war</code> package that’s also available, see
139+
<a href="http://validator.github.io/service.html">Web-based checking with vnu.war or vnu.jar</a>.
140+
</p>
139141

140142
<!-- TODO: For more information... sources bugz etc. -->
141143

service.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html><html><head><meta charset=utf-8>
2-
<title>Web-based markup checking with vnu.jar & vnu.war</title>
2+
<title>Web-based checking with vnu.jar or vnu.war</title>
33

44
<style type="text/css">
55
html {
@@ -107,7 +107,7 @@
107107

108108
</head>
109109
<body>
110-
<h1>Web-based checking with vnu.war and vnu.jar</h1>
110+
<h1>Web-based checking with vnu.war or vnu.jar</h1>
111111

112112
<p>Along with <a href="./">command-line use</a>,
113113
the <code>vnu.jar</code> package is suited to use
@@ -123,8 +123,8 @@ <h1>Web-based checking with vnu.war and vnu.jar</h1>
123123
packages to provide a service for browser-based checking of
124124
HTML documents over the web.
125125

126-
<p class=note><b>Note:</b> In the instructions, replace
127-
<var>"~/vnu.jar"</var> and <var>"~/vnu.war"</var>
126+
<p class=note><b>Note:</b> Replace
127+
<var>"~/vnu.jar"</var> or <var>"~/vnu.war"</var> below
128128
with the actual paths to those files on your system.
129129

130130
<p class=links>

0 commit comments

Comments
 (0)