소스 검색

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