Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Echola <zac.echola@so.mnscu.edu>2015-03-03 16:59:14 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2015-03-03 16:59:14 +0300
commita65106c32f40287bb4d6c14228d34ec43d7c7eff (patch)
treed38870e5f8da3884c2f957cc668fae1f395f2f53 /README.md
parentac330251510428496a39a27d9f1e0dc827354d87 (diff)
Style changes
Mainly to better conform to styles found in other twbs projects.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7eeda0a..6bf7da1 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,6 @@
[![Dependency Status](https://david-dm.org/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint)
[![devDependency Status](https://david-dm.org/twbs/grunt-bootlint/dev-status.svg)](https://david-dm.org/twbs/grunt-bootlint#info=devDependencies)
-[![NPM](https://nodei.co/npm/grunt-bootlint.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/grunt-bootlint/)
-
## Getting Started
This plugin requires Grunt `~0.4.5`
@@ -47,7 +45,7 @@ grunt.initConfig({
#### Default Options
-In this example, the default options are used to lint two files for common errors in bootstrap.
+In this example, the default options are used to lint files for common problems in bootstrap.
```js
grunt.initConfig({
@@ -110,3 +108,8 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
- 2014-10-17 - v0.3.0: Basic support for Bootlint 0.5.0. **Changes `relaxerror` to use Bootlint problem IDs**
- 2014-09-25 - v0.2.1: Removes color dependency.
- 2014-09-25 - v0.2.0: First formal release.
+
+
+## License and copyright
+
+Code released under [the MIT license](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT).