diff options
Diffstat (limited to 'examples/static_world/README.md')
-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 7531b88..aa72e89 100644 --- a/examples/static_world/README.md +++ b/examples/static_world/README.md @@ -12,7 +12,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/static_world_example console +$ ./_rel/static_world_example/bin/static_world_example console ``` The example will serve all the files found in the `priv` |