Procházet zdrojové kódy

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

Qizheng Mo před 3 roky
rodič
revize
d7924b0525
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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`.