aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-08-21 03:34:06 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-08-21 03:34:06 +0000
commit126f1897c65cd6a6eee764f228184d59750e689d (patch)
tree3e2147668c80038c43ae5b26518e5315f5e32d31 /README.md
parentBump deps (diff)
downloadminiserve-126f1897c65cd6a6eee764f228184d59750e689d.tar.gz
miniserve-126f1897c65cd6a6eee764f228184d59750e689d.zip
Fix README linebreaks for easier readability
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 07b811f..0d5bf4b 100644
--- a/README.md
+++ b/README.md
@@ -137,15 +137,16 @@ Options:
--index <INDEX>
The name of a directory index file to serve, like "index.html"
- Normally, when miniserve serves a directory, it creates a listing for that directory. However, if a directory contains this file, miniserve will serve that file instead.
+ Normally, when miniserve serves a directory, it creates a listing for that directory. However, if a directory
+ contains this file, miniserve will serve that file instead.
[env: MINISERVE_INDEX=]
--spa
Activate SPA (Single Page Application) mode
- This will cause the file given by --index to be served for all non-existing file paths. In effect, this will serve the index file whenever a 404 would otherwise occur in
- order to allow the SPA router to handle the request instead.
+ This will cause the file given by --index to be served for all non-existing file paths. In effect, this will serve
+ the index file whenever a 404 would otherwise occur in order to allow the SPA router to handle the request instead.
[env: MINISERVE_SPA=]
@@ -267,7 +268,8 @@ Options:
-z, --enable-zip
Enable zip archive generation
- WARNING: Zipping large directories can result in out-of-memory exception because zip generation is done in memory and cannot be sent on the fly
+ WARNING: Zipping large directories can result in out-of-memory exception because zip generation is done in memory
+ and cannot be sent on the fly
[env: MINISERVE_ENABLE_ZIP=]