Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Aug 19, 2017
1 parent d1bd316 commit 88bbf7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ grunt.loadNpmTasks('grunt-contrib-htmlmin');



## Htmlmin task
## htmlmin task
_Run this task with the `grunt htmlmin` command._

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

### Examples

#### Simple Example
#### Simple example

```js
grunt.initConfig({
Expand All @@ -59,7 +59,7 @@ grunt.initConfig({
grunt.registerTask('default', ['htmlmin']);
```

#### Example with Nested Files
#### Example with nested files

```js
grunt.initConfig({
Expand Down

0 comments on commit 88bbf7a

Please sign in to comment.