Skip to content

Commit

Permalink
fix: README.md (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingZhang authored and atian25 committed Sep 20, 2019
1 parent 683298d commit 47e9550
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 @@ -274,7 +274,7 @@ By default, egg-sequelize will use sequelize@5, you can cusomize sequelize versi
```js
// config/config.default.js
exports.sequelize = {
Sequelize: require('sequelize');
Sequelize: require('sequelize'),
};
```

Expand Down

0 comments on commit 47e9550

Please sign in to comment.