From aea0c37c213f4394c9d2976820c6885061ed8021 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:46:10 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.6-35b-a3b via local API. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 508147d..508984a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # SimpleHttpServerJS / Multi-Directors Http Server (mdhs) SimpleHttpServerJS is a simple and multiple directors http server, sometimes you need a simple http server to export some files in different folders, you can use this to do that. @@ -9,7 +11,7 @@ SimpleHttpServerJS is a simple and multiple directors http server, sometimes you SimpleHttpServerJS uses a number of open source projects to work properly: -* [node.js] - Let javascript run on server side. (v0.12 and v4.21 later) +* [node.js] - Let javascript run on server side. (v0.12+ or v4.x or later) * [minimist] - Help to parse program arguments. * [mime-types] - Help to set correct mime types. @@ -94,5 +96,3 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -