diff options
author | Loïc Hoguin <[email protected]> | 2013-09-08 19:51:41 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-09-08 19:51:41 +0200 |
commit | 1f8119ef311911c3bc4567a198abd0237db6710d (patch) | |
tree | 64104edfd54ea2a6f6bc74ce2b35eedae6730e1e /examples/rest_basic_auth | |
parent | 7a7e144a0d79767f726ca9988a7b8fc752f998ae (diff) | |
download | cowboy-1f8119ef311911c3bc4567a198abd0237db6710d.tar.gz cowboy-1f8119ef311911c3bc4567a198abd0237db6710d.tar.bz2 cowboy-1f8119ef311911c3bc4567a198abd0237db6710d.zip |
Fix the command to start the release in rest_basic_auth example
Diffstat (limited to 'examples/rest_basic_auth')
-rw-r--r-- | examples/rest_basic_auth/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rest_basic_auth/README.md b/examples/rest_basic_auth/README.md index eea6fd9..fb5d7b9 100644 --- a/examples/rest_basic_auth/README.md +++ b/examples/rest_basic_auth/README.md @@ -13,7 +13,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/hello_world_example console +$ ./_rel/bin/rest_basic_auth_example console ``` Then point your browser at [http://localhost:8080](http://localhost:8080). |