]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - README.md
Typo
[github/bastienwirtz/homer.git] / README.md
index 28a2046a50a6d4b19bd23fcd7d06d0ee0f09ebf9..aa934f73278b3ac693ea8b157ff5e0ee60e39e4a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,9 +47,11 @@ npm run build
 ```
 
 Then your dashboard is ready to use in the `/dist` directory.
+The `dist` directory is meant to be served by an HTTP server, so **it will not work if you open dist/index.html directly over file:// protocol**.
+
 Use it like any static HTML content (use a webserver or open the html index directly).
 
-## Developement
+## Development
 
 ```sh
 # Using yarn (recommended)