From 6ef5eb06653ad2e7c18bfd41b89e9f08fbb8c36b Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Mon, 24 Sep 2012 09:04:28 +0100 Subject: [PATCH] Changed overview --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5038110..7d6e2eb4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Overview Mongoose is easy to use web server. It also can be used as embedded web server library to provide web interface to applications. -Mongoose executable does not depend on any external library or configuration. If it is copied to any directory and launched from there, it starts to serve that directory on port 8080 (so to access files, go to http://localhost:8080). If some additional config is required - for example, different listening port or IP-based access control, then a mongoose.conf file with respective options can be created in the same directory where executable lives. This makes Mongoose perfect for all sorts of demos, quick tests, file sharing, and Web programming. +Mongoose executable does not depend on any external library or configuration. If it is copied to any directory and launched from there, it starts to serve that directory on port 8080 (so to access files, go to http://localhost:8080). If some additional config is required - for example, different listening port or IP-based access control, that can be done via command line flags or configuration file, which should be created in the same directory where mongoose itself lives. This makes Mongoose perfect for all sorts of demos, quick tests, file sharing, and Web programming. Features