From 163c4e87b0ef68439c6ca7680cd68ec5f4908a6d Mon Sep 17 00:00:00 2001 From: fncraft <86068980+fncraft@users.noreply.github.com> Date: Thu, 17 Feb 2022 21:26:46 +0300 Subject: [PATCH] docs(examples): fix typo in hello world example (#3494) --- examples/helloworld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helloworld/README.md b/examples/helloworld/README.md index e3a8ff23f..c3e6d2e65 100644 --- a/examples/helloworld/README.md +++ b/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`.