From ed24a5e011399cbeb7bed2522e3fcfe89e12d78c Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Wed, 28 May 2014 09:01:43 -0600 Subject: [PATCH] docs(readme): fix typo in docs explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 591d0d94b5..1c7229398b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/` * Documentation is generated into `dist/ionic-site`. To test documentation properly, follow these steps: 1. Clone ionic-site into `./dist/ionic-site`. - - `git clone git@github.com:driftyco/ionic-site temp/ionic-site dist/ionic-site` + - `git clone git@github.com:driftyco/ionic-site dist/ionic-site` 2. Start jekyll, telling it to rebuild whenever the site changes. - `cd dist/ionic-site && jekyll serve -w` 3. Go back to project root and build the docs