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.
This commit is contained in:
Richard Guan
2014-09-25 20:58:27 -07:00
parent 6495ff63ee
commit 9168711f32

View File

@@ -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.