From 763aebf1d3a968ec7013fc6cca2f3e6df020948a Mon Sep 17 00:00:00 2001 From: Toheeb Oyekola Date: Wed, 12 Oct 2022 02:55:12 +0100 Subject: [PATCH 1/2] update of the sequelize link in README of day1 activity to a the active doc --- day1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/README.md b/day1/README.md index 3cf0aae..4646849 100644 --- a/day1/README.md +++ b/day1/README.md @@ -4,7 +4,7 @@ - setup project - clone to your github -- Read the documentation https://sequelize.org/v7/manual/getting-started.html +- Read the documentation https://sequelize.org/docs/v6/getting-started/ - Setup the following Models in models folder. Make sure tables made by sequelize: ``` From 059da727683b1df4e39370c6674fcffa622a012f Mon Sep 17 00:00:00 2001 From: Toheeb Oyekola Date: Wed, 12 Oct 2022 03:05:51 +0100 Subject: [PATCH 2/2] update of the sequelize link in README of day1 activity to a the active doc --- day1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/README.md b/day1/README.md index 4646849..1ca3293 100644 --- a/day1/README.md +++ b/day1/README.md @@ -4,7 +4,7 @@ - setup project - clone to your github -- Read the documentation https://sequelize.org/docs/v6/getting-started/ +- Read the documentation https://sequelize.org/docs/v7/getting-started/ - Setup the following Models in models folder. Make sure tables made by sequelize: ```