瀏覽代碼

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

Qizheng Mo 3 年之前
父節點
當前提交
d7924b0525
共有 1 個文件被更改,包括 1 次插入1 次删除
  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`.