Skip to content

Commit 35c6fb1

Browse files
authored
HTTPS links on README.md (#36)
* HTTPS links on README.md * Update README.md
1 parent 5603007 commit 35c6fb1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ grunt-htmlhint-inline
33

44
[![Build Status](https://travis-ci.org/kazu69/grunt-htmlhint-inline.svg?branch=master)](https://travis-ci.org/kazu69/grunt-htmlhint-inline)
55

6-
[![NPM](https://nodei.co/npm/grunt-htmlhint-inline.png)](https://nodei.co/npm/grunt-htmlhint-inline/)
6+
[![npm](https://nodei.co/npm/grunt-htmlhint-inline.png)](https://nodei.co/npm/grunt-htmlhint-inline/)
77

8-
This plug-in template files of view ( for example ```.erb``` , etc.) or , you can linting using [htmlhint](https://github.com/yaniswang/HTMLHint) the html of the old type of ```php``` (view and logic are not separated ).
8+
This plug-in template files of view ( for example ```.erb``` , etc.) or , you can linting using [htmlhint](https://github.com/htmlhint/HTMLHint) the html of the old type of ```php``` (view and logic are not separated ).
99
Removes the specific embedded code , it is intended to run the htmlhint as pure html.
1010

1111
## Getting Started
12+
1213
This plugin requires Grunt `~0.4.5`
1314

14-
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
15+
If you haven't used [Grunt](https://gruntjs.com/) before, be sure to check out the [Getting Started](https://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](https://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1516

1617
```shell
1718
npm install grunt-htmlhint-inline --save-dev
@@ -26,6 +27,7 @@ grunt.loadNpmTasks('grunt-htmlhint-inline');
2627
## The "htmlhint-inline" task
2728

2829
### Overview
30+
2931
In your project's Gruntfile, add a section named `htmlhint-inline` to the data object passed into `grunt.initConfig()`.
3032

3133
```js
@@ -47,6 +49,7 @@ grunt.initConfig({
4749
### Options
4850

4951
#### htmlhintrc
52+
5053
Type: String Default value: null
5154

5255
```htmlhintrc``` file must be a valid JSON.
@@ -60,6 +63,7 @@ If there is specified in the task options, the options in this file will be over
6063
```
6164

6265
#### patterns
66+
6367
Type: Array Default: []
6468

6569
Enable the replacement by the pattern
@@ -111,6 +115,7 @@ grunt.initConfig({
111115
}
112116
});
113117
```
118+
114119
## License
115120

116121
MIT

0 commit comments

Comments
 (0)