From cc90d3b3715cbadfa994dde005804cfbd5a98fec Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Tue, 10 Mar 2015 15:35:59 +0000
Subject: [PATCH] Typo

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a22d580..b72b110 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ There is a script that provision 2 VMs on Vutlr for tests purpose.
 
 ```
 export VULTR_API_KEY=
-./script/start.sh #need root access to modify your /etc/hosts
+./scripts/start.sh #need root access to modify your /etc/hosts
 ssh root@server.test
 cd /data/indiehosters
 ./tests/start.sh
@@ -28,7 +28,7 @@ reboot
 ssh root@server.test
 ./tests/stop.sh
 exit
-./script/stop.sh #need root access to modify your /etc/hosts
+./scripts/stop.sh #need root access to modify your /etc/hosts
 ```
 
 Most of the tests are "visual", but by reading them, it gives you an idea on how to start and stop services.
-- 
GitLab