diff options
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/README.md b/examples/README.md index 013313a..8b82296 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,4 +1,4 @@ -Cowboy Examples +Cowboy examples =============== * [chunked_hello_world](./chunked_hello_world): @@ -16,9 +16,6 @@ Cowboy Examples * [echo_post](./echo_post): parse and echo a POST parameter - * [elixir_hello_world](./elixir_hello_world): - simplest example application with Elixir - * [error_hook](./error_hook): provide custom error pages |