From 1f8119ef311911c3bc4567a198abd0237db6710d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 8 Sep 2013 19:51:41 +0200 Subject: Fix the command to start the release in rest_basic_auth example --- examples/rest_basic_auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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). -- cgit v1.2.3