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

Remove the elixir_hello_world example

Elixir examples will be in a separate repository maintained
by Elixir capable developers.
This commit is contained in:
Loïc Hoguin 2013-10-22 09:15:57 +02:00
parent e7d4cff848
commit aab63d605c
8 changed files with 1 additions and 113 deletions

View file

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