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