From e7a92218fa894543bc7c3a4a8d99c692dafadae5 Mon Sep 17 00:00:00 2001 From: Timon Lukas Date: Sat, 18 Jun 2022 23:24:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 27bb406..8b3bfc5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ This GitHub action creates a single-file server that: input: "dist" # Fallback file (for history API-based routing), `false` to disable fallback: "index.html" + # On launch, open the users preferred browser pointing to this path, `false` to disable + launch: "/" # Example: static server for `./build/*` without fallback using redbean version x.y.z