diff options
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index f2b0c64..3ba7c5b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -19,7 +19,6 @@ Cowboy Examples * [echo_post](./examples/echo_post): parse and echo a POST parameter - * [hello_world](./examples/hello_world): simplest example application @@ -28,3 +27,6 @@ Cowboy Examples * [static](./examples/static): an example file server + + * [websocket](./examples/websocket): + websocket example |