aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index 3ba7c5b..10a2b86 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -25,8 +25,8 @@ Cowboy Examples
* [rest_hello_world](./examples/rest_hello_world):
return the data type that matches the request type (ex: html, text, json)
- * [static](./examples/static):
- an example file server
+ * [static_world](./examples/static_world):
+ static file handler
* [websocket](./examples/websocket):
websocket example