fix readme typo

This commit is contained in:
olivia hugger 2018-11-09 19:12:57 +01:00 committed by GitHub
parent af8550f68c
commit ed32b8af55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`
* edit the rustling that you want, per example `variables/variables1.rs`
* 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
* to execute in the rust playground, just click on `run`