Skip to content

Commit

Permalink
prepare for TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 23, 2016
1 parent c03e8b1 commit 553aba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var base = require('{%= name %}')
var {%= varname[0].toUpperCase() + varname.slice(1) %} = require('{%= name %}').{%= varname[0].toUpperCase() + varname.slice(1) %}
```

## API
{%= apidocs('index.js') %}

{% if (verb.related && verb.related.list && verb.related.list.length) { %}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ var base = require('async-simple-iterator')
var AsyncSimpleIterator = require('async-simple-iterator').AsyncSimpleIterator
```

## API

### [AsyncSimpleIterator](index.js#L52)
> Initialize `AsyncSimpleIterator` with `options`.
Expand Down

0 comments on commit 553aba7

Please sign in to comment.