aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-06-16 19:44:38 +0200
committerLoïc Hoguin <[email protected]>2016-06-16 19:44:38 +0200
commitdfcfe2cb883fc79283f1da63d636a4e5d4c8c316 (patch)
tree121293450c4186a655fe60da46e206414e306555 /examples
parent43ccea87bc329d29ac427c32d731753f980fe704 (diff)
downloadcowboy-dfcfe2cb883fc79283f1da63d636a4e5d4c8c316.tar.gz
cowboy-dfcfe2cb883fc79283f1da63d636a4e5d4c8c316.tar.bz2
cowboy-dfcfe2cb883fc79283f1da63d636a4e5d4c8c316.zip
Mark broken examples as such in their README
Diffstat (limited to 'examples')
-rw-r--r--examples/compress_response/README.asciidoc2
-rw-r--r--examples/error_hook/README.asciidoc2
-rw-r--r--examples/rest_stream_response/README.asciidoc2
3 files changed, 6 insertions, 0 deletions
diff --git a/examples/compress_response/README.asciidoc b/examples/compress_response/README.asciidoc
index 1e6d2ed..994486f 100644
--- a/examples/compress_response/README.asciidoc
+++ b/examples/compress_response/README.asciidoc
@@ -1,5 +1,7 @@
= Compressed response example
+*This example is currently broken on master.*
+
To try this example, you need GNU `make` and `git` in your PATH.
To build and run the example, use the following command:
diff --git a/examples/error_hook/README.asciidoc b/examples/error_hook/README.asciidoc
index 6f61cb7..c8d6c53 100644
--- a/examples/error_hook/README.asciidoc
+++ b/examples/error_hook/README.asciidoc
@@ -1,5 +1,7 @@
= Error hook example
+*This example is currently broken on master.*
+
To try this example, you need GNU `make` and `git` in your PATH.
To build and run the example, use the following command:
diff --git a/examples/rest_stream_response/README.asciidoc b/examples/rest_stream_response/README.asciidoc
index 411c4c4..c455a89 100644
--- a/examples/rest_stream_response/README.asciidoc
+++ b/examples/rest_stream_response/README.asciidoc
@@ -1,5 +1,7 @@
= REST streaming example
+*This example is currently broken on master.*
+
To try this example, you need GNU `make` and `git` in your PATH.
To build and run the example, use the following command: