@@ -111,7 +111,7 @@ <h1>Web-based checking with vnu.war or vnu.jar</h1>
111
111
112
112
< p > Along with < a href ="./ "> command-line use</ a > ,
113
113
the < code > vnu.jar</ code > package is suited to use
114
- as a simple < a href ="#web-based-usage "> stand-alone HTTP server.</ a >
114
+ as a simple < a href ="#web-based-usage "> standalone HTTP server.</ a >
115
115
If you want to deploy the application to a servlet container
116
116
such as Apache Tomcat you will probably want to use the
117
117
< code > vnu.war</ code > package instead.
@@ -129,7 +129,7 @@ <h1>Web-based checking with vnu.war or vnu.jar</h1>
129
129
130
130
< p class =links >
131
131
<!--<a href="#web-based-usage">Usage</a> · -->
132
- < a href ="#stand-alone " > Stand-Alone </ a > ·
132
+ < a href ="#standalone " > Standalone </ a > ·
133
133
< a href ="#servlet "> Servlet</ a > ·
134
134
< a href ="#http-client "> Client</ a > ·
135
135
< a href ="#http-client-options "> Options</ a >
@@ -147,9 +147,9 @@ <h2>Web-based usage</h2>
147
147
documents for other clients, not just web browsers.
148
148
149
149
</ section >
150
- < section id =stand-alone >
151
- < h2 > Stand-alone web server</ h2 >
152
- < p > To run the markup checker as a stand-alone service
150
+ < section id =standalone >
151
+ < h2 > Standalone web server</ h2 >
152
+ < p > To run the markup checker as a standalone service
153
153
(using a built-in Jetty server),
154
154
open a new terminal window
155
155
and invoke < code > vnu.jar</ code > like this:
0 commit comments