diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-08-21 03:34:06 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-08-21 03:34:06 +0000 |
commit | 126f1897c65cd6a6eee764f228184d59750e689d (patch) | |
tree | 3e2147668c80038c43ae5b26518e5315f5e32d31 | |
parent | Bump deps (diff) | |
download | miniserve-126f1897c65cd6a6eee764f228184d59750e689d.tar.gz miniserve-126f1897c65cd6a6eee764f228184d59750e689d.zip |
Fix README linebreaks for easier readability
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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=] |