From 95955e48e8430a599538fcae7f84d5bb4b9d3e14 Mon Sep 17 00:00:00 2001 From: Nadi Date: Sun, 27 Dec 2015 14:36:32 -0800 Subject: [PATCH] docs(README.md): fix typo in Gulp task name closes #613 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f884f5c9f..a48aab6ba5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you are only going to work on a specific part of the docs, such as the API or * `serve-and-sync` : watch all the local Jade/Sass files, the API source and examples, and the dev guide files * `serve-and-sync-api-docs` : watch only the API source and example files -* `serve-and-sync-devGuide` : watch only the dev guide files +* `serve-and-sync-devguide` : watch only the dev guide files * `build-and-serve` : watch only the local Jade/Sass files ## Technology Used