Skip to content

Commit 88bbf7a

Browse files
authoredAug 19, 2017
Update README.md
1 parent d1bd316 commit 88bbf7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ grunt.loadNpmTasks('grunt-contrib-htmlmin');
2121

2222

2323

24-
## Htmlmin task
24+
## htmlmin task
2525
_Run this task with the `grunt htmlmin` command._
2626

2727
*Issues with the output should be reported on the `htmlmin` [issue tracker](https://github.com/kangax/html-minifier/issues/new).*
@@ -32,7 +32,7 @@ See the `html-minifier` [options](https://github.com/kangax/html-minifier#option
3232

3333
### Examples
3434

35-
#### Simple Example
35+
#### Simple example
3636

3737
```js
3838
grunt.initConfig({
@@ -59,7 +59,7 @@ grunt.initConfig({
5959
grunt.registerTask('default', ['htmlmin']);
6060
```
6161

62-
#### Example with Nested Files
62+
#### Example with nested files
6363

6464
```js
6565
grunt.initConfig({

0 commit comments

Comments
 (0)
Please sign in to comment.