From cf3893ca941741ee09ea3dbcb1acf22c4eadd4b2 Mon Sep 17 00:00:00 2001 From: Eric Florence Date: Tue, 12 Feb 2019 13:55:41 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d29ec..a5c8240 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ end Add guard definition to your Guardfile by running this command: ``` bash -$ guard init livereload +$ bundle exec guard init ``` And to get everything running in the browser, use [rack-livereload](https://github.com/johnbintz/rack-livereload) or install the [LiveReload Safari/Chrome/Firefox extension](http://livereload.com/extensions#installing-sections).