aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-30 22:13:31 +0100
committerLoïc Hoguin <[email protected]>2013-01-30 22:13:31 +0100
commitf96e20aef7cce6d47535ab63c36452f6c9e1c444 (patch)
treeb6ae3cd187ebe6d6c2eb48819f4cd4be0253757f /examples/README.md
parenteaaa81cce693e6dbbe2a48a594cd4bcd424c0495 (diff)
downloadcowboy-f96e20aef7cce6d47535ab63c36452f6c9e1c444.tar.gz
cowboy-f96e20aef7cce6d47535ab63c36452f6c9e1c444.tar.bz2
cowboy-f96e20aef7cce6d47535ab63c36452f6c9e1c444.zip
Rename example 'static' to 'static_world' to avoid confusion
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