Skip to content

Commit bdd0e65

Browse files
Updated.
1 parent 1d95ca5 commit bdd0e65

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ all: README.md
1010

1111
README.md: index.html
1212
$(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< \
13-
| $(PERL) $(PERLFLAGS) -pe 'undef $$/;s/Command-line: usage · options \| Web-based: usage · client · options\n//' \
13+
| $(PERL) $(PERLFLAGS) -pe 'undef $$/;s/Usage · Options\n//' \
1414
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/(\s+\n)+/\n\n/g' \
1515
| $(PERL) $(PERLFLAGS) -pe 'undef $$/; s/(\n\n\n)+/\n/g' \
1616
| $(FMT) $(FMTFLAGS) \

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ github. The following are instructions on how to use it to validate documents.
99
**Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
1010
`vnu.jar` file on your system.
1111

12-
Usage · Options
13-
1412
## Usage
1513

1614
You can use the `vnu.jar` validator as an executable for command-line validation

web-based-usage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>Web-based usage</h2>
2929
<a href="http://html5.validator.nu/">http://html5.validator.nu/</a>
3030
and
3131
<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
32+
The service includes a REST API for also providing validation of HTML
3333
documents to non-browser clients.
3434

3535
<p>To run the validator as a service, open a new terminal window

0 commit comments

Comments
 (0)