From 0027a3e9972e8856e5cf6d53682cba554cfbd07e Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Tue, 25 Jan 2011 17:41:21 -0500 Subject: [PATCH] README : copy edits --- README.mdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.mdown b/README.mdown index 3a00141..5e0b7b5 100644 --- a/README.mdown +++ b/README.mdown @@ -19,13 +19,13 @@ Viewing this project locally ### Via Jekyll -The documentation and example pages are generated using [Jekyll](https://github.com/mojombo/jekyll/wiki). With Jekyll installed, you can pull or fork this repo and then run from Terminal: +The documentation and demo pages are generated using [Jekyll](http://github.com/mojombo/jekyll/wiki). With Jekyll installed, you can clone this repo and start Jekyll. From Terminal: - $ git pull git@github.com:desandro/isotope.git + $ git clone git@github.com:desandro/isotope.git $ cd isotope/ $ jekyll --server --auto -And then view the live site at [localhost:4000](http://localhost:4000) +Then view the live site at [localhost:4000](http://localhost:4000) ### Via download