Skip to content

Commit edb2b29

Browse files
Updated.
1 parent 5c2ed63 commit edb2b29

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ to validate documents.
1212
**Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
1313
`vnu.jar` file on your system.
1414

15-
Usage · Pptions
15+
Usage · Options
1616

1717
## Command-line usage
1818

@@ -34,6 +34,12 @@ To validate a Web document:
3434

3535
java -jar ~/vnu.jar http://example.com/foo
3636

37+
To validate from standard input:
38+
39+
java -jar ~/vnu.jar -
40+
41+
echo 'test...' | java -jar ~/vnu.jar -
42+
3743
### Command-line options
3844

3945
When used from the command line as described in this section, the `vnu.jar`

0 commit comments

Comments
 (0)