Skip to content

Commit 7002fae

Browse files
Minor streamlining.
1 parent c4feaba commit 7002fae

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ HTML checking with a frontend such as:
2323
* [Grunt plugin for HTML validation][6]
2424

2525
* [HTML5 Validator Integration for Travis CI][7] (auto-check documents pushed
26-
to a particular github repo/branch)
26+
to a github repo)
2727

28-
* [LMVTFY: Let Me Validate That For You][8] (auto-check HTML content of
29-
JSFiddle/JSBin/Codepen etc. pages posted as links in github issue comments)
28+
* [LMVTFY: Let Me Validate That For You][8] (auto-check HTML of JSFiddle/JSBin
29+
etc. links in github issue comments)
3030

3131
[6]: https://github.com/jzaefferer/grunt-html
3232
[7]: https://github.com/svenkreiss/html5validator

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ <h1>The Nu Markup Checker (v.Nu)</h1>
2929
<a href="https://github.com/jzaefferer/grunt-html">Grunt plugin for HTML validation</a>
3030
<li>
3131
<a href="https://github.com/svenkreiss/html5validator">HTML5 Validator Integration for Travis CI</a>
32-
(auto-check documents pushed to a particular github repo/branch)
32+
(auto-check documents pushed to a github repo)
3333
<li>
3434
<a href="https://github.com/cvrebert/lmvtfy/">LMVTFY: Let Me Validate That For You</a>
35-
(auto-check HTML content of JSFiddle/JSBin/Codepen etc. pages posted as links
36-
in github issue comments)
35+
(auto-check HTML of JSFiddle/JSBin etc. links in github issue comments)
3736
</ul>
3837

3938
<p class=links>

0 commit comments

Comments
 (0)