aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 17b5f11..dc95a3b 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,14 @@ Sometimes this is just a more practical and quick way than doing things properly
### Serve a single file:
miniserve linux-distro.iso
+
+### Set a custom index file to serve instead of a file listing:
+
+ miniserve --index test.html
+
+### Serve an SPA (Single Page Application) so that non-existent paths are forwarded to the SPA's router instead
+
+ miniserve --spa --index index.html
### Require username/password: