aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-06 22:19:14 +0100
committerLoïc Hoguin <[email protected]>2013-02-06 22:19:14 +0100
commit37d24480236a5263eebbe957067f8698c78577f9 (patch)
tree73ddfccf3947c3e987ed21885431de1901d11668 /examples/README.md
parent1c5ce11d13e7144091ce9a983ed0be6fbdb95c45 (diff)
parentb69903435e0278a6a91749d729f08ac01a8f623a (diff)
downloadcowboy-37d24480236a5263eebbe957067f8698c78577f9.tar.gz
cowboy-37d24480236a5263eebbe957067f8698c78577f9.tar.bz2
cowboy-37d24480236a5263eebbe957067f8698c78577f9.zip
Merge branch 'elixir-example' of git://github.com/yrashk/cowboy
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 10a2b86..0e75485 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -19,6 +19,9 @@ Cowboy Examples
* [echo_post](./examples/echo_post):
parse and echo a POST parameter
+ * [elixir_hello_world](./examples/elixir_hello_world):
+ simplest example application with Elixir
+
* [hello_world](./examples/hello_world):
simplest example application