aboutsummaryrefslogtreecommitdiffstats
path: root/examples/chunked_hello_world
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/chunked_hello_world
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/chunked_hello_world')
-rw-r--r--examples/chunked_hello_world/README.md3
1 files changed, 1 insertions, 2 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: