diff options
Diffstat (limited to 'examples/upload')
-rw-r--r-- | examples/upload/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/upload/README.md b/examples/upload/README.md index db5a49a..0a0d8b4 100644 --- a/examples/upload/README.md +++ b/examples/upload/README.md @@ -12,7 +12,7 @@ $ make To start the release in the foreground: ``` bash -$ ./_rel/bin/upload_example console +$ ./_rel/upload_example/bin/upload_example console ``` Then point your browser at [http://localhost:8080](http://localhost:8080). |