From e61b014531f7afc5ad4fac916ff957625c8b098b Mon Sep 17 00:00:00 2001 From: Daniel Vassallo Date: Thu, 31 Oct 2019 17:56:36 -0700 Subject: [PATCH] Update readme with the correct git URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab8de8e..99581ab 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ If you want to develop websites like it was 1997, feel free to reuse this projec ``` # clone this repo -git clone https://github.com/encrypted-dev/homepage.git +git clone https://github.com/encrypted-dev/userbase-homepage.git # go to the repo directory -cd homepage +cd userbase-homepage # install all dependencies npm install