Browse Source

Fix the command to start the release in rest_basic_auth example

Loïc Hoguin 11 years ago
parent
commit
1f8119ef31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/rest_basic_auth/README.md

+ 1 - 1
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).