From 750f3a9daf89955576915a38fae3d0810face6fe Mon Sep 17 00:00:00 2001 From: Kelvin Jayanoris Date: Wed, 3 Oct 2018 17:25:32 +0300 Subject: [PATCH] Update README.md Update example git url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad3dcb..c13e81d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Some of the more important variables are briefly described below. You can see a system_user: "react" # name of the user that will own the django installation node_version: 10.x # the version of node to install -git_url: "https://github.com/moshthepitt/django-template3.git" # the git repo of your django app which we are installing +git_url: "https://github.com/onaio/kaznet-frontend.git" # the git repo of your django app which we are installing git_key: ```