aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-14 20:01:52 +0100
committerLoïc Hoguin <[email protected]>2016-01-14 20:01:52 +0100
commit6f8cb8225a1237e1cfe1a49512c88e5085f9aa93 (patch)
tree013d3e2ff3387989315d2b63e15ada8ff842bfc8 /examples
parent394b4f0bf7f2a4d496ffe69c8e30cff153d69532 (diff)
parenta56d3a6fe54bbbc4b8800b322e4b8eb56a0b1039 (diff)
downloadcowboy-6f8cb8225a1237e1cfe1a49512c88e5085f9aa93.tar.gz
cowboy-6f8cb8225a1237e1cfe1a49512c88e5085f9aa93.tar.bz2
cowboy-6f8cb8225a1237e1cfe1a49512c88e5085f9aa93.zip
Merge branch 'patch-1' of https://github.com/yurrriq/cowboy
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index 24af228..ee522a7 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -2,7 +2,7 @@ Cowboy examples
===============
* [chunked_hello_world](./chunked_hello_world):
- demonstrates chunked data transfer with two one-second delays
+ demonstrate chunked data transfer with two one-second delays
* [compress_response](./compress_response)
send a response body compressed if the client supports it
@@ -50,7 +50,7 @@ Cowboy examples
multipart/form-data upload
* [web_server](./web_server):
- serves files with lists directory entries
+ serve files with lists directory entries
* [websocket](./websocket):
websocket example
@@ -59,3 +59,4 @@ Other languages
---------------
* [elixir](https://github.com/joshrotenberg/elixir_cowboy_examples)
+ * [lfe](https://github.com/quasiquoting/lfe-cowboy-examples)