From 9168711f3218dc22de0a76508afb3bda947a190c Mon Sep 17 00:00:00 2001 From: Richard Guan Date: Thu, 25 Sep 2014 20:58:27 -0700 Subject: [PATCH] updated README for consistency The documentation section has all sentences ending with a period except for number 3. I've added the period to make the section more consistent with the rest of the document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c536cbb2f..216b191ea4 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/` - `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 + 3. Go back to project root and build the docs. - `gulp docs [--doc-version=(versionName|nightly)]` 4. Open localhost:4000 and see your changes! Re-run `gulp docs` again whenever you change something, and jekyll will update the site.