Skip to content

Commit

Permalink
Merge pull request #95 from rasmuserik/master
Browse files Browse the repository at this point in the history
fix typo in README.md
  • Loading branch information
juliangruber committed Mar 22, 2018
2 parents e42c0b0 + 1047266 commit b961967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ db.put('name', 'Level', function (err) {
* [<code>db.<b>batch()</b></code> *(array form)*](#batch)
* [<code>db.<b>batch()</b></code> *(chained form)*](#batch_chained)
* [<code>db.<b>isOpen()</b></code>](#isOpen)
* [<code>db.<b>iClosed()</b></code>](#isClosed)
* [<code>db.<b>isClosed()</b></code>](#isClosed)
* [<code>db.<b>createReadStream()</b></code>](#createReadStream)
* [<code>db.<b>createKeyStream()</b></code>](#createKeyStream)
* [<code>db.<b>createValueStream()</b></code>](#createValueStream)
Expand Down

0 comments on commit b961967

Please sign in to comment.