Bladeren bron

Updated user manual

Sergey Lyubka 12 jaren geleden
bovenliggende
commit
0f9a6266e2
1 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 4 3
      UserManual.md

+ 4 - 3
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
 --------------------