summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Pokarowski <2538022+Nuc1eoN@users.noreply.github.com>2020-07-09 09:25:50 +0200
committerGitHub <noreply@github.com>2020-07-09 09:25:50 +0200
commit106dbbc341bd7846745b37e2203e206abf83ed20 (patch)
tree9919204bb9bdf4e5f9f25ef254c50fc6b91b1949
parent4b6540c71adabad647de8a09e57295e7c7c7d794 (diff)
Update README.md (#464)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e26012..f1fc764 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Then, same as above, run `rustlings` to get started.
The exercises are sorted by topic and can be found in the subdirectory `rustlings/exercises/<topic>`. For every topic there is an additional README file with some resources to get you started on the topic. We really recommend that you have a look at them before you start.
-The task is simple. Most exercises contain an error that keep it from compiling, and it's up to you to fix it! Some exercises are also run as tests, but rustlings handles them all the same. To run the exercises in the recommended order, execute:
+The task is simple. Most exercises contain an error that keep them from compiling, and it's up to you to fix it! Some exercises are also run as tests, but rustlings handles them all the same. To run the exercises in the recommended order, execute:
```bash
rustlings watch