@@ -111,7 +111,7 @@ <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
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 >
115115 If you want to deploy the application to a servlet container
116116 such as Apache Tomcat you will probably want to use the
117117 < code > vnu.war</ code > package instead.
@@ -129,7 +129,7 @@ <h1>Web-based checking with vnu.war or vnu.jar</h1>
129129
130130< p class =links >
131131<!--<a href="#web-based-usage">Usage</a> · -->
132- < a href ="#stand-alone " > Stand-Alone </ a > ·
132+ < a href ="#standalone " > Standalone </ a > ·
133133< a href ="#servlet "> Servlet</ a > ·
134134< a href ="#http-client "> Client</ a > ·
135135< a href ="#http-client-options "> Options</ a >
@@ -147,9 +147,9 @@ <h2>Web-based usage</h2>
147147 documents for other clients, not just web browsers.
148148
149149 </ 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
153153 (using a built-in Jetty server),
154154 open a new terminal window
155155 and invoke < code > vnu.jar</ code > like this:
0 commit comments