File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ of github repositories][4]. The checker is released as two separate packages:
12
12
13
13
* ` vnu.jar ` is a portable standalone version for either batch-checking of HTML
14
14
documents directly from the command line and from other scripts/apps or for
15
- [ deploying the checker as a simple standalone HTTP service] [ 5 ]
15
+ [ deploying the checker as a simple self-contained service] [ 5 ]
16
16
17
- * ` vnu.war ` is for [ deploying the checker as an HTTP service through a servlet
18
- container such as Tomcat] [ 6 ]
17
+ * ` vnu.war ` is for [ deploying the checker service through a servlet container
18
+ such as Tomcat] [ 6 ]
19
19
20
20
[ 5 ] : http://validator.github.io/service.html#standalone
21
21
[ 6 ] : http://validator.github.io/service.html#servlet
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ <h1>The Nu Markup Checker (v.Nu)</h1>
18
18
< li > < code > vnu.jar</ code > is a portable standalone version for either
19
19
< a href ="#usage "> batch-checking of HTML documents directly from the command line</ a >
20
20
and from other scripts/apps or for
21
- < a href ="http://validator.github.io/service.html#standalone "> deploying the checker as a simple standalone HTTP service</ a >
21
+ < a href ="http://validator.github.io/service.html#standalone "> deploying the checker as a simple self-contained service</ a >
22
22
< li > < code > vnu.war</ code > is for
23
- < a href ="http://validator.github.io/service.html#servlet "> deploying the checker as an HTTP service through a servlet container such as Tomcat</ a >
23
+ < a href ="http://validator.github.io/service.html#servlet "> deploying the checker service through a servlet container such as Tomcat</ a >
24
24
</ ul >
25
25
26
26
< p >
You can’t perform that action at this time.
0 commit comments