Skip to content

Commit

Permalink
docs: update broken link to example loading models
Browse files Browse the repository at this point in the history
fixes #125
  • Loading branch information
matmar10 authored Apr 5, 2022
1 parent d4bb345 commit 1766d22
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 @@ -26,7 +26,7 @@ Tested with latest Sequelize (5.0)

//a map of [model name] : model
//see offical example on how to load models
//https://github.com/sequelize/express-example/blob/master/models/index.js
//https://github.com/domasx2/sequelize-fixtures/blob/d4bb345b70a24f9d92c543de16a58e2c919097d6/tests/models/index.js#L29
const models = require('./models');

//from file
Expand Down

0 comments on commit 1766d22

Please sign in to comment.