Browse Source

Updated README

yhirose 5 years ago
parent
commit
1a2a6e2b01
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -65,6 +65,9 @@ ret = svr.set_mount_point("/public", "./www2"); // 2nd order to search
 
 // Remove mount /
 ret = svr.remove_mount_point("/");
+
+// Remove mount /public
+ret = svr.remove_mount_point("/public");
 ```
 
 ```cpp