From bac97fa59884f53713d57d4d61e4db0096fe4a6e Mon Sep 17 00:00:00 2001 From: jeffrey008 Date: Tue, 26 Sep 2017 15:40:54 +0800 Subject: [PATCH] Clarify Watch mode section documentations --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4e8e8f..f53164d 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ You probably want to add this folder to the `.gitignore`. ### Watch mode This plugin also integrates with the ember server, so you can access your docs from the browser in the `/docs` urls. -The documentation will update when you modify your code, as expected. +The documentation will update when your code is modified. While this is specially useful if your are editing your documentation, it adds some overhead to your build pipeline, -so this is disabled by default. Run `ember serve --docs` to enable it. +so this is disabled by default. Run `ember serve --docs` to enable it. Then visit http://localhost:4200/docs/index.html to view the documentations. ### Environment specific generation