Fixed typo in the require statement

This commit is contained in:
Fabien Allanic 2013-04-30 11:04:57 -07:00
parent 4612ba275d
commit efb8237819
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ To use it you need `jugglingdb@0.2.x`.
2. Use:
```javascript
var Schema = require('jugglingbd').Schema;
var Schema = require('jugglingdb').Schema;
var schema = new Schema('mysql', {
database: 'myapp_test',
username: 'root'