From 617c84eaa953430595a0e1f75d04be3ea044d18f Mon Sep 17 00:00:00 2001 From: Taylor Hodge Date: Tue, 11 Aug 2020 21:00:12 -0400 Subject: [PATCH] Fix "optios" to "options" typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6992e982..7f52778c 100755 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Add the following scripts to your `package.json` file to configure the seed cli To execute the seed run `npm run seed:run` in the terminal. -> Note: More CLI optios are [here](#cli-options) +> Note: More CLI options are [here](#cli-options) Add the following TypeORM cli commands to the package.json to drop and sync the database.