aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README.md b/examples/README.md
index 0e20d5f..013313a 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,9 +1,6 @@
Cowboy Examples
===============
- * [basic_auth](./basic_auth):
- basic HTTP authorization with REST
-
* [chunked_hello_world](./chunked_hello_world):
demonstrates chunked data transfer with two one-second delays
@@ -34,6 +31,9 @@ Cowboy Examples
* [markdown_middleware](./markdown_middleware):
static file handler with markdown preprocessor
+ * [rest_basic_auth](./rest_basic_auth):
+ basic HTTP authorization with REST
+
* [rest_hello_world](./rest_hello_world):
return the data type that matches the request type (ex: html, text, json)