Browse Source

Fix command to start the static_world release

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

+ 1 - 1
examples/static_world/README.md

@@ -13,7 +13,7 @@ $ make
 To start the release in the foreground:
 To start the release in the foreground:
 
 
 ``` bash
 ``` bash
-$ ./_rel/bin/hello_world_example console
+$ ./_rel/bin/static_world_example console
 ```
 ```
 
 
 The example will serve all the files found in the `priv`
 The example will serve all the files found in the `priv`