From b7f40836a4ca65312c03d98e111cafdf47efa36e Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 2 Jan 2024 03:04:03 +0100 Subject: [PATCH] Small tweaks to the Static Serve Demo's readme. --- web_standalone_scripts/static_serve/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_standalone_scripts/static_serve/README.md b/web_standalone_scripts/static_serve/README.md index 2313213..3f90656 100644 --- a/web_standalone_scripts/static_serve/README.md +++ b/web_standalone_scripts/static_serve/README.md @@ -13,8 +13,8 @@ instead you need to get the engine, and run it with the `-s` (`--script`) option ``` - <- this directory will be served / set as the www_root. If you have more those are not. Put - + www_root <- this directory will be served / set as the www_root. If you have more in subfolders those are not. + ... other folders / files ``` It parses the other folders and files into a WebNode hierarchy.