aboutsummaryrefslogtreecommitdiffstats
path: root/examples/echo_get
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-10-22 09:14:32 +0200
committerLoïc Hoguin <[email protected]>2013-10-22 09:14:32 +0200
commit96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1 (patch)
tree00f688337d84751f516e0f372c611da83d259382 /examples/echo_get
parent36ba1742245bc5e294d792b9193de07c628e1387 (diff)
downloadcowboy-96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1.tar.gz
cowboy-96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1.tar.bz2
cowboy-96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1.zip
No need for relx in path for examples anymore
Diffstat (limited to 'examples/echo_get')
-rw-r--r--examples/echo_get/README.md3
1 files changed, 1 insertions, 2 deletions
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: