From da69f6596b546f00e5c0489bc06202390312138a Mon Sep 17 00:00:00 2001 From: Jonathan Matthey Date: Wed, 22 Jan 2014 15:40:33 -0500 Subject: [PATCH] update readme with updated jekyll command to serve project --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 5e050d5..15a72c4 100644 --- a/README.mdown +++ b/README.mdown @@ -34,7 +34,7 @@ The documentation and demo pages are generated using [Jekyll](http://github.com/ ``` bash git clone https://github.com/desandro/isotope.git cd isotope/ -jekyll --server --auto +jekyll serve --watch ``` Then view the live site at [http://localhost:4000](http://localhost:4000).