aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/rest_basic_auth/README.md2
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).