Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ node_modules/.bin/sequelize

With sequelize-cli, the ```model:generate``` command would produce _JavaScript_ files in two folders:
/models and /migrations, or other folders as specified in your .sequelizerc file. The ```db:migrate```
command would then exe ute these _JavaScript_ files to update your database.
command would then execute these _JavaScript_ files to update your database.

With sequelize-cli-typescript, ```model:generate``` produces _TypeScript_ files in the same two folders
(or again, as specified in your .sequelizerc file). But before you can run ```db:migrate``` you must
Expand Down