From d7924b0525113caa5bd2d842c1c1bdf1eecf8c63 Mon Sep 17 00:00:00 2001 From: Qizheng Mo <54135657+QizhengMo@users.noreply.github.com> Date: Thu, 24 Feb 2022 20:39:23 +0800 Subject: [PATCH] fix: typo in the hello world example README.md (#3531) --- examples/helloworld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.