Browse Source

Mark broken examples as such in their README

Loïc Hoguin 8 years ago
parent
commit
dfcfe2cb88

+ 2 - 0
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:

+ 2 - 0
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:

+ 2 - 0
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: