Browse Source

typo fix

pull/705/head
Chris 4 years ago committed by Christopher Fremond
parent
commit
a59ab0eed9
  1. 2
      subjects/hello_rust/README.md

2
subjects/hello_rust/README.md

@ -66,7 +66,7 @@ cargo new --vcs=none name-of-exercise
#### Commands for a function #### Commands for a function
```console ```console
cargo --vcs=none new --lib name-of-exercise cargo new --vcs=none --lib name-of-exercise
``` ```
#### 3- try it yourself #### 3- try it yourself

Loading…
Cancel
Save