Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "commentjs", | ||
"description": "Simple API Documentation Generator", | ||
"version": "0.0.6", | ||
"author": "Denis Ciccale (@tdecs)", | ||
"version": "0.0.7", | ||
"author": "Denis Ciccale", | ||
"homepage": "http://github.com/dciccale/comment.js", | ||
@@ -7,0 +7,0 @@ "repository": { |
@@ -10,8 +10,11 @@ # comment.js | ||
### Demo | ||
You can see a live example at http://api.kimbojs.com | ||
Or browse the [examples](examples) directory | ||
## Installation | ||
```bash | ||
$ npm intall -g commentjs | ||
$ npm install -g commentjs | ||
``` | ||
@@ -175,3 +178,3 @@ | ||
`[type]` Type of the object, could be one of `method` or `property`. | ||
`[ type ]` Type of the object, could be one of `method` or `property`. | ||
@@ -213,6 +216,2 @@ `#` Renders plain HTML. | ||
## Examples | ||
See [examples](examples). | ||
## Author | ||
@@ -219,0 +218,0 @@ Denis Ciccale ([@tdecs](http://twitter.com/tdecs)) |
163002
47
219