diff options
author | Loïc Hoguin <[email protected]> | 2013-10-22 09:14:32 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-10-22 09:14:32 +0200 |
commit | 96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1 (patch) | |
tree | 00f688337d84751f516e0f372c611da83d259382 /examples | |
parent | 36ba1742245bc5e294d792b9193de07c628e1387 (diff) | |
download | cowboy-96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1.tar.gz cowboy-96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1.tar.bz2 cowboy-96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1.zip |
No need for relx in path for examples anymore
Diffstat (limited to 'examples')
-rw-r--r-- | examples/chunked_hello_world/README.md | 3 | ||||
-rw-r--r-- | examples/compress_response/README.md | 3 | ||||
-rw-r--r-- | examples/cookie/README.md | 3 | ||||
-rw-r--r-- | examples/echo_get/README.md | 3 | ||||
-rw-r--r-- | examples/echo_post/README.md | 3 | ||||
-rw-r--r-- | examples/error_hook/README.md | 3 | ||||
-rw-r--r-- | examples/eventsource/README.md | 3 | ||||
-rw-r--r-- | examples/hello_world/README.md | 3 | ||||
-rw-r--r-- | examples/markdown_middleware/README.md | 3 | ||||
-rw-r--r-- | examples/rest_basic_auth/README.md | 3 | ||||
-rw-r--r-- | examples/rest_hello_world/README.md | 3 | ||||
-rw-r--r-- | examples/rest_pastebin/README.md | 3 | ||||
-rw-r--r-- | examples/rest_stream_response/README.md | 3 | ||||
-rw-r--r-- | examples/ssl_hello_world/README.md | 3 | ||||
-rw-r--r-- | examples/static_world/README.md | 3 | ||||
-rw-r--r-- | examples/web_server/README.md | 3 | ||||
-rw-r--r-- | examples/websocket/README.md | 3 |
17 files changed, 17 insertions, 34 deletions
diff --git a/examples/chunked_hello_world/README.md b/examples/chunked_hello_world/README.md index 7e7cf21..cea56cd 100644 --- a/examples/chunked_hello_world/README.md +++ b/examples/chunked_hello_world/README.md @@ -1,8 +1,7 @@ Chunked hello world example =========================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/compress_response/README.md b/examples/compress_response/README.md index aa352c9..f46913b 100644 --- a/examples/compress_response/README.md +++ b/examples/compress_response/README.md @@ -1,8 +1,7 @@ Compressed response example =========================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/cookie/README.md b/examples/cookie/README.md index 8e1632a..9e07329 100644 --- a/examples/cookie/README.md +++ b/examples/cookie/README.md @@ -1,8 +1,7 @@ Cookie example ============== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/echo_get/README.md b/examples/echo_get/README.md index 28f9d0c..d6622fc 100644 --- a/examples/echo_get/README.md +++ b/examples/echo_get/README.md @@ -1,8 +1,7 @@ GET parameter echo example ========================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/echo_post/README.md b/examples/echo_post/README.md index 2615352..46c4b09 100644 --- a/examples/echo_post/README.md +++ b/examples/echo_post/README.md @@ -1,8 +1,7 @@ POST parameter echo example =========================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/error_hook/README.md b/examples/error_hook/README.md index 66fb5e5..3a315f9 100644 --- a/examples/error_hook/README.md +++ b/examples/error_hook/README.md @@ -1,8 +1,7 @@ Error hook example ================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/eventsource/README.md b/examples/eventsource/README.md index a748b06..81e6ab0 100644 --- a/examples/eventsource/README.md +++ b/examples/eventsource/README.md @@ -1,8 +1,7 @@ EventSource example =================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/hello_world/README.md b/examples/hello_world/README.md index 84f3211..7fbd891 100644 --- a/examples/hello_world/README.md +++ b/examples/hello_world/README.md @@ -1,8 +1,7 @@ Hello world example =================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/markdown_middleware/README.md b/examples/markdown_middleware/README.md index 3c63f59..884ccd4 100644 --- a/examples/markdown_middleware/README.md +++ b/examples/markdown_middleware/README.md @@ -1,8 +1,7 @@ Middleware example ================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/rest_basic_auth/README.md b/examples/rest_basic_auth/README.md index fb5d7b9..54ace16 100644 --- a/examples/rest_basic_auth/README.md +++ b/examples/rest_basic_auth/README.md @@ -1,8 +1,7 @@ Basic authorization example using REST ====================================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/rest_hello_world/README.md b/examples/rest_hello_world/README.md index 98af501..53f69cd 100644 --- a/examples/rest_hello_world/README.md +++ b/examples/rest_hello_world/README.md @@ -1,8 +1,7 @@ REST hello world example ======================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/rest_pastebin/README.md b/examples/rest_pastebin/README.md index 525cf39..e3297b3 100644 --- a/examples/rest_pastebin/README.md +++ b/examples/rest_pastebin/README.md @@ -1,8 +1,7 @@ REST pastebin example ===================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/rest_stream_response/README.md b/examples/rest_stream_response/README.md index 90004e6..a602a79 100644 --- a/examples/rest_stream_response/README.md +++ b/examples/rest_stream_response/README.md @@ -1,8 +1,7 @@ REST streaming example ====================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/ssl_hello_world/README.md b/examples/ssl_hello_world/README.md index 02bf13a..4de78e7 100644 --- a/examples/ssl_hello_world/README.md +++ b/examples/ssl_hello_world/README.md @@ -1,8 +1,7 @@ Hello world example =================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/static_world/README.md b/examples/static_world/README.md index 7ed5a55..7531b88 100644 --- a/examples/static_world/README.md +++ b/examples/static_world/README.md @@ -1,8 +1,7 @@ Static file handler example =========================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/web_server/README.md b/examples/web_server/README.md index b81a955..bcc2edd 100644 --- a/examples/web_server/README.md +++ b/examples/web_server/README.md @@ -1,8 +1,7 @@ Static file handler example =========================== -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: diff --git a/examples/websocket/README.md b/examples/websocket/README.md index d4e3982..7509770 100644 --- a/examples/websocket/README.md +++ b/examples/websocket/README.md @@ -1,8 +1,7 @@ Websocket example ================= -To try this example, you need GNU `make`, `git` and -[relx](https://github.com/erlware/relx) in your PATH. +To try this example, you need GNU `make` and `git` in your PATH. To build the example, run the following command: |