Skip to content

Commit 09d7c74

Browse files
committed
Updated headers in README.
1 parent ee52e2e commit 09d7c74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[![](https://david-dm.org/neogeek/grunt-doxdox.svg?style=flat)](https://david-dm.org/neogeek/grunt-doxdox/) [![](http://img.shields.io/npm/v/grunt-doxdox.svg?style=flat)](https://www.npmjs.org/package/grunt-doxdox)
22

3-
#grunt-doxdox
3+
# grunt-doxdox
44

55
> Generate documentation with doxdox.
66
7-
##Installation
7+
## Installation
88

99
```bash
1010
$ npm install grunt-doxdox --save-dev
1111
```
1212

13-
##Usage
13+
## Usage
1414

15-
###Basic Options
15+
### Basic Options
1616

1717
```javascript
1818
grunt.initConfig({
@@ -25,7 +25,7 @@ grunt.initConfig({
2525
});
2626
```
2727

28-
###Custom Configuration Options
28+
### Custom Configuration Options
2929

3030
```javascript
3131
grunt.initConfig({

0 commit comments

Comments
 (0)