From c027dadc5b5b3d396f10fd79d1621b2c4715e917 Mon Sep 17 00:00:00 2001 From: henrik molnes Date: Wed, 22 Apr 2020 09:11:57 +0200 Subject: [PATCH] Fixed typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc326f1b..36065fdcf 100644 --- a/README.md +++ b/README.md @@ -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