Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocasciaro committed Oct 11, 2013
1 parent e113580 commit ba0a628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sufficient real-world testing to be considered stable.
```javascript
var indico = require('level-indico');

var db = level('db', { valueEncoding: 'json' });
var db = sublevel(level('db', { valueEncoding: 'json' }));

//set indices on a sublevel
var posts = indico(db.sublevel('posts'));
Expand Down

0 comments on commit ba0a628

Please sign in to comment.