Browse Source

typo fix

content-update
Chris 3 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
```console
cargo --vcs=none new --lib name-of-exercise
cargo new --vcs=none --lib name-of-exercise
```
#### 3- try it yourself

Loading…
Cancel
Save