We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bd316 commit 88bbf7aCopy full SHA for 88bbf7a
README.md
@@ -21,7 +21,7 @@ grunt.loadNpmTasks('grunt-contrib-htmlmin');
21
22
23
24
-## Htmlmin task
+## htmlmin task
25
_Run this task with the `grunt htmlmin` command._
26
27
*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
32
33
### Examples
34
35
-#### Simple Example
+#### Simple example
36
37
```js
38
grunt.initConfig({
@@ -59,7 +59,7 @@ grunt.initConfig({
59
grunt.registerTask('default', ['htmlmin']);
60
```
61
62
-#### Example with Nested Files
+#### Example with nested files
63
64
65
0 commit comments