Explorar o código

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

Qizheng Mo %!s(int64=3) %!d(string=hai) anos
pai
achega
d7924b0525
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/helloworld/README.md

+ 1 - 1
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`.