fix: typo in the hello world example README.md (#3531)

This commit is contained in:
Qizheng Mo 2022-02-24 20:39:23 +08:00 committed by GitHub
parent cf29e02043
commit d7924b0525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
# Hello World Example # 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`.