From d6d789075f687030ac1008dde369f49fc968285a Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Wed, 23 Nov 2016 17:39:30 -0500 Subject: [PATCH] README.md: Correct example path (examples are now in quorum-examples/examples) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 005a11404..ffc2cba68 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Now that you have a fully-functioning Quorum environment set up, let's run the 7 ```sh # (from within vagrant env, use `vagrant ssh` to enter) -ubuntu@ubuntu-xenial:~$ cd quorum-examples/7nodes +ubuntu@ubuntu-xenial:~$ cd quorum-examples/examples/7nodes $ ./init.sh # (output condensed for clarity)