diff --git a/readme.md b/readme.md index a1a14c76bf..723ef34e68 100644 --- a/readme.md +++ b/readme.md @@ -18,17 +18,15 @@ Run the [Plovr](http://plovr.com/) web server with: $ make serve -Then, start a simple webserver, for example: +Then, either open one of the example html files from the `examples` directory directly in your browser, or start a simple webserver, for example: $ python -mSimpleHTTPServer -Explore the `examples/` directory through this server, for example -. You can turn off -compilation by appending `?mode=RAW` to the URL, for example -. +and explore the `examples/` directory, for example by opening +. -Note that appending `?mode=RAW` doesn't work with `file://` URLs, which is why -you need to access the `examples/` directory though a web server. +You can turn off compilation by appending `?mode=RAW` to the URL, for example +. ## Run tests