From 9424e9bb285749245a4c8615d1e639f8e9c352d6 Mon Sep 17 00:00:00 2001 From: Matti Salokangas Date: Thu, 5 May 2016 21:42:07 -0700 Subject: [PATCH] Fix incorrect gulp task name in README closes #1306 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a1f5fd53..2ee11b04d9 100644 --- a/README.md +++ b/README.md @@ -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