From 799dbfdb17c0f4349203db3677feaffefa8d4bdf Mon Sep 17 00:00:00 2001 From: Patrick Debois Date: Mon, 12 Dec 2011 21:20:58 +0100 Subject: [PATCH] correct command --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index eb757b2..5852a66 100644 --- a/README.markdown +++ b/README.markdown @@ -258,7 +258,8 @@ The full [Guardfile is on github](http://github.com/jedi4ever/vagrant-guard-demo ### Run it From within the top directory of the project type -`$ guard`. + +`$ guard` Now open a second terminal and change some of the files and watch the magic happen.