浏览代码

docs(examples): fix typo in hello world example (#3494)

fncraft 3 年之前
父节点
当前提交
163c4e87b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/helloworld/README.md

+ 1 - 1
examples/helloworld/README.md

@@ -1,3 +1,3 @@
-# Hello Wolrd Example
+# Hello World Example
 
 To execute run the following on the root directory of the repository: `cargo example --helloworld`.