From 126f1897c65cd6a6eee764f228184d59750e689d Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 21 Aug 2023 05:34:06 +0200 Subject: Fix README linebreaks for easier readability --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 07b811f..0d5bf4b 100644 --- a/README.md +++ b/README.md @@ -137,15 +137,16 @@ Options: --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=] -- cgit v1.2.3