From 0f9a6266e2d92cc319225566dcdef677777eea83 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Fri, 4 Jan 2013 17:37:19 +0000
Subject: [PATCH] Updated user manual

---
 UserManual.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/UserManual.md b/UserManual.md
index 59ffead4e..8bb382b8d 100644
--- a/UserManual.md
+++ b/UserManual.md
@@ -16,12 +16,13 @@ with `#`, are ignored. Here is the example of `mongoose.conf` file:
     # mongoose.conf file
     document_root c:\www
     listening_ports 8080,8043s
-    ssh_certificate c:\mongoose\ssl_cert.pem
-
+    ssl_certificate c:\mongoose\ssl_cert.pem
 
 Usage Examples
 --------------
-- How to share a Windows folder  
+- How to share a Windows folder. Copy mongoose executable to a folder and
+  double-click the executable. The folder should be accessible via
+  [http://localhost:8080](http://localhost:8080) in any browser.
 
 Command Line Options
 --------------------
-- 
GitLab