diff options
author | Loïc Hoguin <[email protected]> | 2013-10-22 09:14:32 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-10-22 09:14:32 +0200 |
commit | 96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1 (patch) | |
tree | 00f688337d84751f516e0f372c611da83d259382 /examples/rest_stream_response | |
parent | 36ba1742245bc5e294d792b9193de07c628e1387 (diff) | |
download | cowboy-96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1.tar.gz cowboy-96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1.tar.bz2 cowboy-96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1.zip |
No need for relx in path for examples anymore
Diffstat (limited to 'examples/rest_stream_response')
-rw-r--r-- | examples/rest_stream_response/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/rest_stream_response/README.md b/examples/rest_stream_response/README.md index 90004e6..a602a79 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: |