diff --git a/examples/chunked_hello_world/README.md b/examples/chunked_hello_world/README.md index 7e7cf211..cea56cda 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 aa352c9a..f46913b2 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 8e1632a9..9e073292 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 28f9d0c3..d6622fc0 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 2615352d..46c4b09b 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 66fb5e51..3a315f94 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 a748b062..81e6ab01 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 84f32118..7fbd891a 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 3c63f591..884ccd4a 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 fb5d7b94..54ace169 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 98af501f..53f69cd5 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 525cf392..e3297b3b 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 90004e6a..a602a799 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 02bf13ad..4de78e7d 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 7ed5a551..7531b881 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 b81a955d..bcc2eddf 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 d4e39822..7509770a 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: