aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-10-22 09:15:57 +0200
committerLoïc Hoguin <[email protected]>2013-10-22 09:15:57 +0200
commitaab63d605c595d8d0cd33646d13942d6cb372b60 (patch)
tree4a4a613d580cb8641e6b387e9940b1a26c2d3387 /examples/README.md
parente7d4cff84832e094eeabcbdfdd9781456fe242d2 (diff)
downloadcowboy-aab63d605c595d8d0cd33646d13942d6cb372b60.tar.gz
cowboy-aab63d605c595d8d0cd33646d13942d6cb372b60.tar.bz2
cowboy-aab63d605c595d8d0cd33646d13942d6cb372b60.zip
Remove the elixir_hello_world example
Elixir examples will be in a separate repository maintained by Elixir capable developers.
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md5
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