diff options
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index a8b897a..442b149 100644 --- a/examples/README.md +++ b/examples/README.md @@ -25,6 +25,9 @@ Cowboy Examples * [hello_world](./hello_world): simplest example application + * [markdown_middleware](./markdown_middleware): + static file handler with markdown preprocessor + * [rest_hello_world](./rest_hello_world): return the data type that matches the request type (ex: html, text, json) |