diff --git a/examples/helloworld/README.md b/examples/helloworld/README.md index c3e6d2e65..cb223fb5c 100644 --- a/examples/helloworld/README.md +++ b/examples/helloworld/README.md @@ -1,3 +1,3 @@ # Hello World Example -To execute run the following on the root directory of the repository: `cargo example --helloworld`. +To execute run the following on the root directory of the repository: `cargo run --example helloworld`.