Skip to content

Commit

Permalink
Merge pull request #230 from mippzon/patch-1
Browse files Browse the repository at this point in the history
Fixing typos in headlines
  • Loading branch information
thedaviddias committed Aug 22, 2018
2 parents 4535935 + c92fe31 commit 100ff90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,7 +10,7 @@ HTMLHint is a Static Code Analysis Tool for HTML, you can use it with IDE or in

## Getting started

1. install & hint
1. Installation & hints

npm install htmlhint -g
htmlhint -V
Expand All @@ -22,7 +22,7 @@ HTMLHint is a Static Code Analysis Tool for HTML, you can use it with IDE or in
htmlhint http://www.alibaba.com/
cat test.html | htmlhint stdin

2. results
2. Results

test.html
L5 | </head>
Expand All @@ -32,7 +32,7 @@ HTMLHint is a Static Code Analysis Tool for HTML, you can use it with IDE or in

2 errors in 1 files

3. config rules
3. Config rules

search `.htmlhintrc` file in current directory and all parent directories:

Expand Down

0 comments on commit 100ff90

Please sign in to comment.