diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/static_world/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/static_world/README.md b/examples/static_world/README.md index 6d79948..7ed5a55 100644 --- a/examples/static_world/README.md +++ b/examples/static_world/README.md @@ -13,7 +13,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/hello_world_example console +$ ./_rel/bin/static_world_example console ``` The example will serve all the files found in the `priv` |