From 54c2b485dbadcddb8ce08a8c626e2a316aed95d5 Mon Sep 17 00:00:00 2001 From: Sahil Sonawane Date: Sat, 30 May 2020 10:13:10 +0530 Subject: [PATCH] Updated Git invalid URL. Changed main-portal.git to StudentPortal.git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a701773..4c1bd7c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ * Start off by forking this repository and cloning it to get your local copy. ```bash - > git clone https://github.com/NIT-DGPortal/portal-main.git + > git clone https://github.com/NIT-DGPortal/StudentPortal.git ``` * If you prefer a virtual-environment ([pipenv](https://pipenv.readthedocs.io/) suggested) you should have pip and pipenv installed.