diff --git a/examples/Readme.md b/examples/Readme.md index 6b2bee823..4ade6a87e 100644 --- a/examples/Readme.md +++ b/examples/Readme.md @@ -30,7 +30,11 @@ yarn bootstrap Then start the watcher and examples server: ``` -yarn watch +yarn start ``` -Now you can open up `http://localhost:8080/dev.html` in your browser and you'll see the examples site. Any changes you make to the source code will be immediately reflected when you refresh the page. +Now you can open up `http://localhost:8080/dev.html` in your browser and you'll see the examples site. Any changes you make to the source code will be immediately reflected when you refresh the page. You can open the examples URL quickly with: + +``` +yarn open +```