Explorar el Código

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

fncraft hace 3 años
padre
commit
163c4e87b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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`.