From 763aebf1d3a968ec7013fc6cca2f3e6df020948a Mon Sep 17 00:00:00 2001 From: Toheeb Oyekola Date: Wed, 12 Oct 2022 02:55:12 +0100 Subject: [PATCH] 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: ```