Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xch89820 committed Nov 4, 2014
1 parent 9255886 commit 6fffd26
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 @@ -5,7 +5,7 @@ fis-command-jsdoc
## Install

npm install fis-command-jsdoc -g
**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding.
**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding.

## Dependencies

Expand Down Expand Up @@ -38,7 +38,7 @@ fis-command-jsdoc
'includeFisConf': true
});

### In your JSDoc configure file(jsdoc-conf.js):
### In your JSDoc configure file `jsdoc-conf.js`:

{
"tags": {
Expand All @@ -63,7 +63,7 @@ fis-command-jsdoc

### Execute the command

`jello jsdoc --conf jsdoc-conf.js` or `fis jsdoc --conf jsdoc-conf.js`
`jello jsdoc --conf jsdoc-conf.js` or `fis jsdoc --conf jsdoc-conf.js`

## Release History
0.1.0 Released

0 comments on commit 6fffd26

Please sign in to comment.