0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Fix the command to start the release in rest_basic_auth example

This commit is contained in:
Loïc Hoguin 2013-09-08 19:51:41 +02:00
parent 7a7e144a0d
commit 1f8119ef31

View file

@ -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).