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 e07fb3b commit be950b3Copy full SHA for be950b3
README.md
@@ -35,7 +35,7 @@ To validate from standard input:
35
36
java -jar ~/vnu.jar -
37
38
- echo 'test...' | java -jar ~/vnu.jar -
+ echo '<!doctype html><title>test...' | java -jar ~/vnu.jar -
39
40
### Options
41
index.html
@@ -48,7 +48,7 @@ <h2>Usage</h2>
48
<pre>
49
50
51
- echo '<!doctype html><title>test<title>...' | java -jar ~/vnu.jar -
+ echo '<!doctype html><title>test<title>...' | java -jar ~/vnu.jar -
52
</pre>
53
54
<h3 id="options">Options</h3>
0 commit comments