aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index 0b1e67f..24af228 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -46,7 +46,10 @@ Cowboy examples
* [static_world](./static_world):
static file handler
- * [web_sever](./web_server):
+ * [upload](./upload):
+ multipart/form-data upload
+
+ * [web_server](./web_server):
serves files with lists directory entries
* [websocket](./websocket):