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