@@ -8,8 +8,8 @@ <h1>Using vnu.jar for Web-based validation</h1>
88 < a href ="https://github.com/validator/validator.github.io/releases "
99 > latest version</ a >
1010 is available from the validator area at github.
11- The following are instructions on how to use it to do Web-based
12- ( browser-based) validation of documents.
11+ The following are instructions on how to use it to provide a
12+ service for browser-based validation of HTML documents over the Web .
1313
1414< p class =note > < b > Note:</ b > In the instructions, replace
1515< var > "~/vnu.jar"</ var > with the actual path to the < code > vnu.jar</ code >
@@ -24,14 +24,15 @@ <h1>Using vnu.jar for Web-based validation</h1>
2424 < section id =web-based-usage >
2525 < h2 > Web-based usage</ h2 >
2626
27- < p > The < code > vnu.jar</ code > validator provides a way for you to
28- validate HTML documents over the Web, in a Web browser, as an HTTP
29- service—just as with
27+ < p > You can use < code > vnu.jar</ code > to provide a service for
28+ browser-based validation of HTML documents over the Web, similar to
3029 < a href ="http://html5.validator.nu/ "> http://html5.validator.nu/</ a >
3130 and
3231 < a href ="http://validator.w3.org/nu/ "> http://validator.w3.org/nu/</ a > .
32+ The service also includes a REST API for providing validation of HTML
33+ documents to non-browser clients.
3334
34- < p > To run the validator as an HTTP service, open a new terminal window
35+ < p > To run the validator as a service, open a new terminal window
3536 and invoke < code > vnu.jar</ code > like this:
3637
3738< pre >
0 commit comments