From bcf91913c5444e4e888fc29823068efcff760269 Mon Sep 17 00:00:00 2001 From: m4Dummies Date: Fri, 16 Oct 2020 13:47:42 +0530 Subject: [PATCH] Fixed link type in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d907676..2f1a089 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A REST api written in Django for people with deadlines ## Installation -* If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python [here](https://www.python.org"). +* If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python [here](https://www.python.org). * After doing this, confirm that you have installed virtualenv globally as well. If not, run this: ```bash $ pip install virtualenv