Browse Source

No need for relx in path for examples anymore

Loïc Hoguin 11 years ago
parent
commit
96755dd973

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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