Skip to content

Commit e07fb3b

Browse files
Updated.
1 parent 7f90a17 commit e07fb3b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ github. The following are instructions on how to use it to validate documents.
1111

1212
Usage · Options
1313

14-
## Command-line usage
14+
## Usage
1515

1616
You can use the `vnu.jar` validator as an executable for command-line validation
1717
of HTML documents by invoking it like this:
@@ -37,7 +37,7 @@ To validate from standard input:
3737

3838
echo 'test...' | java -jar ~/vnu.jar -
3939

40-
### Command-line options
40+
### Options
4141

4242
When used from the command line as described in this section, the `vnu.jar`
4343
executable provides the following options:

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ <h1>How to use the vnu.jar validator</h1>
1515
file on your system.
1616

1717
<p class=links>
18-
<a href="#command-line-usage">Usage</a> ·
19-
<a href="#command-line-options">Options</a>
18+
<a href="#usage">Usage</a> ·
19+
<a href="#options">Options</a>
2020

2121
<div class=set>
22-
<section id=command-line-usage>
23-
<h2>Command-line usage</h2>
22+
<section id=usage>
23+
<h2>Usage</h2>
2424

2525
<p>You can use the <code>vnu.jar</code> validator as an executable for
2626
command-line validation of HTML documents by invoking it like this:
@@ -51,7 +51,7 @@ <h2>Command-line usage</h2>
5151
echo '<!doctype html><title>test<title>...' | java -jar ~/vnu.jar -
5252
</pre>
5353

54-
<h3 id="command-line-options">Command-line options</h3>
54+
<h3 id="options">Options</h3>
5555
<p>When used from the command line as described in this section, the
5656
<code>vnu.jar</code> executable provides the following options:
5757

0 commit comments

Comments
 (0)