This commit is contained in:
Jeff Jewiss 2013-03-14 18:36:14 -04:00
Родитель b941c5528e
Коммит 1e31e2c7a8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -33,7 +33,7 @@ If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out th
npm install DSS --save-dev
```
One the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
```js
grunt.loadNpmTasks('DSS');
@ -77,7 +77,7 @@ Default value: `{}`
An object filled with key value pairs of functions to be used when parsing comment blocks. See the **example** below for more context about how to use these.
### Exmaple initConfig
### Example initConfig
```javascript
grunt.initConfig({