0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Rename example 'static' to 'static_world' to avoid confusion

This commit is contained in:
Loïc Hoguin 2013-01-30 22:13:31 +01:00
parent eaaa81cce6
commit f96e20aef7
12 changed files with 13 additions and 13 deletions

View file

@ -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