From 5f5ccce2c8411d8222ea01762cfa188e9c496f4a Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 14 Oct 2022 14:18:19 +0200 Subject: Try to reflow README to fit better --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae626a0..627f53f 100644 --- a/README.md +++ b/README.md @@ -127,14 +127,16 @@ Some mobile browsers like Firefox on Android will offer to open the camera app w --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. --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. -p, --port Port to use @@ -145,7 +147,8 @@ Some mobile browsers like Firefox on Android will offer to open the camera app w Interface to listen on -a, --auth ... - Set authentication. Currently supported formats: username:password, username:sha256:hash, username:sha512:hash (e.g. joe:123, + Set authentication. Currently supported formats: username:password, + username:sha256:hash, username:sha512:hash (e.g. joe:123, joe:sha256:a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e998e86f7f7a27ae3) --route-prefix @@ -201,8 +204,8 @@ Some mobile browsers like Firefox on Android will offer to open the camera app w -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 -D, --dirs-first List directories first -- cgit v1.2.3