summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Hobbs <timothy@hobbs.cz>2019-09-07 16:17:45 +0000
committerGitHub <noreply@github.com>2019-09-07 16:17:45 +0000
commit8c0fe59c9088c0d3e937ee9640f3d5c5a0f9c9bc (patch)
tree242f3a60db860322b5fb13cd3a27154e22834153
parent17690b3add2099d624cf8b4b3d90e181f4040063 (diff)
Tense in README
Don't see why run should be past tense. At least in my native General American dialect it shouldn't be.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 464c980..119f9dc 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,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 ran 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 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:
```bash
rustlings watch