Fix incorrect gulp task name in README

closes #1306
This commit is contained in:
Matti Salokangas 2016-05-05 21:42:07 -07:00 committed by Ward Bell
parent 19bf5f6689
commit 9424e9bb28
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ For example, all of the TypeScript docs are in `public/docs/ts/latest`, e.g.
If you are only going to work on a specific part of the docs, such as the dev guide, then you can use one of the more specific gulp tasks to only watch those parts of the file system:
* `gulp serve-and-sync` : watch all the local Jade/Sass files, the API source and examples, and the dev guide files
* `gulp serve-and-sync-api-docs` : watch only the API source and example files
* `gulp serve-and-sync-api` : watch only the API source and example files
* `gulp serve-and-sync-devguide` : watch only the dev guide files
* `gulp build-and-serve` : watch only the local Jade/Sass files