From 03b6173cc325c1d9d12f9dae616ee8802c5ae5be Mon Sep 17 00:00:00 2001 From: sara-elouafiq Date: Wed, 21 Jun 2017 11:50:45 +0000 Subject: [PATCH] Corrected clone repository URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ddd95a..70b0132 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ vagrant plugin install vagrant-cachier ### Clone project repository ``` bash -$ git clone https://github.com/hectcastro/vagrant-riak-cluster.git +$ git clone https://github.com/basho-labs/vagrant-riak-cluster.git $ cd vagrant-riak-cluster ```