mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
fix readme typo
This commit is contained in:
parent
af8550f68c
commit
ed32b8af55
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in the playground to find comments that have hints.
|
||||||
* clone the repo to your local environment: `git clone git@github.com:rustlings/rustlings.git`
|
* clone the repo to your local environment: `git clone git@github.com:rustlings/rustlings.git`
|
||||||
* edit the rustling that you want, per example `variables/variables1.rs`
|
* edit the rustling that you want, per example `variables/variables1.rs`
|
||||||
* run `cargo run` in the project folder
|
* run `cargo run` in the project folder
|
||||||
* you will notice that you README file was modified and now it has the new content of the file that you edited
|
* you will notice that your README file was modified and now it has the new content of the file that you edited
|
||||||
* click in the new URL in the README and you will redirect to the rust playground and the whole file content it will be loaded
|
* click in the new URL in the README and you will redirect to the rust playground and the whole file content it will be loaded
|
||||||
* to execute in the rust playground, just click on `run`
|
* to execute in the rust playground, just click on `run`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue