From 8b92c6e23c1d2d2db25e02216a104dbbf8ffa94b Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 16 May 2016 17:04:03 -0400 Subject: [PATCH] chore: update README for command to update demos --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 82c6f7c192..78a46dc7ee 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -108,4 +108,4 @@ If you'd like to manually update the demos, follow the steps on the preview app Ionic API demos are automatically compiled and deployed to the [ionic staging site](http://ionic-site-staging.herokuapp.com/) on every commit. No action is necessary. -If you'd like to manually update the demos, clone the [`ionic-site`](https://github.com/driftyco/ionic-site) repo as a sibling of `ionic`. From `ionic` run gulp docs, and it'll compile and copy the demos to the `ionic-site` repo, ready for testing. +If you'd like to manually update the demos, clone the [`ionic-site`](https://github.com/driftyco/ionic-site) repo as a sibling of `ionic`. From `ionic` run `gulp demos` and then `gulp docs`, and it'll compile and copy the demos to the `ionic-site` repo, ready for testing.