We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2ed63 commit edb2b29Copy full SHA for edb2b29
1 file changed
README.md
@@ -12,7 +12,7 @@ to validate documents.
12
**Note:** In the instructions, replace _"~/vnu.jar"_ with the actual path to the
13
`vnu.jar` file on your system.
14
15
-Usage · Pptions
+Usage · Options
16
17
## Command-line usage
18
@@ -34,6 +34,12 @@ To validate a Web document:
34
35
java -jar ~/vnu.jar http://example.com/foo
36
37
+To validate from standard input:
38
+
39
+ java -jar ~/vnu.jar -
40
41
+ echo 'test...' | java -jar ~/vnu.jar -
42
43
### Command-line options
44
45
When used from the command line as described in this section, the `vnu.jar`
0 commit comments