Skip to content

Commit

Permalink
Merge pull request jugglingdb#22 from xingrz/patch-1
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
1602 committed Oct 4, 2013
2 parents c9cac78 + a058352 commit 88422c6
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 @@ -22,9 +22,9 @@ To use it you need `[email protected]`.
2. Use:

```javascript
var Schema = require('jugglingbd').Schema;
var schema = new Schema('mongodb');
...
var Schema = require('jugglingdb').Schema;
var schema = new Schema('mongodb');
...
```

## Running tests
Expand Down

0 comments on commit 88422c6

Please sign in to comment.