We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b642a commit 74fb38aCopy full SHA for 74fb38a
README.md
@@ -36,7 +36,8 @@ To validate from standard input:
36
37
java -jar ~/vnu.jar -
38
39
- example: echo '<!doctype html><title>test...' | java -jar ~/vnu.jar -
+ example: echo '<!doctype html><title>test</title>...' | java -jar
40
+ ~/vnu.jar -
41
42
### Options
43
index.html
@@ -49,7 +49,7 @@ <h2>Usage</h2>
49
<pre>
50
51
52
- example: echo '<!doctype html><title>test<title>...' | java -jar ~/vnu.jar -
+ example: echo '<!doctype html><title>test</title>...' | java -jar ~/vnu.jar -
53
</pre>
54
55
<h3 id="options">Options</h3>
0 commit comments