Skip to content

Commit

Permalink
Merge pull request jugglingdb#29 from fallanic/master
Browse files Browse the repository at this point in the history
Typo in require statement
  • Loading branch information
1602 committed Apr 30, 2013
2 parents d5260c0 + 367b8c4 commit ec0b136
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 @@ -22,7 +22,7 @@ To use it you need `[email protected]`.
2. Use:

```javascript
var Schema = require('jugglingbd').Schema;
var Schema = require('jugglingdb').Schema;
var schema = new Schema('mysql', {
database: 'myapp_test',
username: 'root'
Expand Down

0 comments on commit ec0b136

Please sign in to comment.