Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 95e672c

Browse files
committed
bad info
1 parent e765164 commit 95e672c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ options: {
5151
port: 8889, // database port #
5252
models: ['models/**/*.js', 'other/models/*.js'], // glob or an array of globs to directories containing your sequelize models
5353
logging: false // sql query logging
54-
sequelize: {} // Application wide model options object passed to the Sequelize constructor http://docs.sequelizejs.com/en/latest/api/sequelize/#new-sequelizedatabase-usernamenull-passwordnull-options
54+
sequelize: {} // Options object passed to the Sequelize constructor http://docs.sequelizejs.com/en/latest/api/sequelize/#new-sequelizedatabase-usernamenull-passwordnull-options
5555
}
5656
```
5757

0 commit comments

Comments
 (0)