diff options
author | Loïc Hoguin <[email protected]> | 2013-09-09 15:56:02 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-09-09 15:56:02 +0200 |
commit | 8bb7c180ff3a169557e24c8eb7e3e8e4b5645cbf (patch) | |
tree | 0f2e7d1f26e690e0c35d5eaf570999166c7480ab /examples | |
parent | 28f90b81fa25ebba578bc1b449ddf66d1a82ea3e (diff) | |
download | cowboy-8bb7c180ff3a169557e24c8eb7e3e8e4b5645cbf.tar.gz cowboy-8bb7c180ff3a169557e24c8eb7e3e8e4b5645cbf.tar.bz2 cowboy-8bb7c180ff3a169557e24c8eb7e3e8e4b5645cbf.zip |
Fix command to start the static_world release
Diffstat (limited to 'examples')
-rw-r--r-- | examples/static_world/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/static_world/README.md b/examples/static_world/README.md index 6d79948..7ed5a55 100644 --- a/examples/static_world/README.md +++ b/examples/static_world/README.md @@ -13,7 +13,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/hello_world_example console +$ ./_rel/bin/static_world_example console ``` The example will serve all the files found in the `priv` |