From a59ab0eed95a593e2002f68f72a46fa877f9a83c Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 27 Jan 2021 15:52:41 +0000 Subject: [PATCH] typo fix --- subjects/hello_rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/hello_rust/README.md b/subjects/hello_rust/README.md index 33950b0f1..0747855c6 100644 --- a/subjects/hello_rust/README.md +++ b/subjects/hello_rust/README.md @@ -66,7 +66,7 @@ cargo new --vcs=none name-of-exercise #### Commands for a function ```console -cargo --vcs=none new --lib name-of-exercise +cargo new --vcs=none --lib name-of-exercise ``` #### 3- try it yourself