From e1c2103f82ce1565ca8e61ea859d45a7d67bd924 Mon Sep 17 00:00:00 2001 From: webdevotion Date: Tue, 8 Jul 2014 10:21:40 +0200 Subject: [PATCH] Wrong URL in readme Git clone URL was still from original repo. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 824bb2d..b350fb9 100644 --- a/README.markdown +++ b/README.markdown @@ -9,7 +9,7 @@ A python interface for AWS Route53. Run these commands to install: ```bash -git clone git://github.com/mariusv/Area53.git +git clone git@github.com:bigmlcom/Area53.git cd Area53 sudo python setup.py install ```