From 1a1391bf67502a455f7c284c83bfc3c07f55ab3d Mon Sep 17 00:00:00 2001 From: Viranch Mehta Date: Mon, 12 Jul 2021 12:49:31 -0700 Subject: [PATCH] Fix git URL in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8486799..0056ba3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ $ mkdir config If you'd like to install a version that has not yet been released in a repetable/safe manner you can do the following. In general octoDNS is fairly stable inbetween releases thanks to the plan and apply process, but care should be taken regardless. ```shell -$ pip install -e git+https://git@github.com/github/octodns.git@#egg=octodns +$ pip install -e git+https://git@github.com/octodns/octodns.git@#egg=octodns ``` ### Config