summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErik Vesteraas <erik@vestera.as>2018-11-30 22:45:49 +0100
committerGitHub <noreply@github.com>2018-11-30 22:45:49 +0100
commitc37ba3e697148e7539376aa9ecf2757b66e6041d (patch)
tree16cf435aa80b68622f77e42854c2f6c8b5a0619e /README.md
parent7f5ab6e1dc95f0d858babc2492d7607ae00c2ebd (diff)
parent9996d4e13921470cf80b56db6331fa83f7ba9cd3 (diff)
Merge branch 'new' into new-readme-more-explicit
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a015b8f..2c86cfd 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# rustlings
-Greetings and welcome to rustlings. This project contains small exercises get you used to reading and writing code. This includes reading and responding to compiler messages!
+Greetings and welcome to rustlings. This project contains small exercises to get you used to reading and writing code. This includes reading and responding to compiler messages!
## How to get started
@@ -30,7 +30,7 @@ If you choose to not install rustlings, just replace `rustlings` with `cargo run
## Doing exercises
-The execises are sorted by topic and can be found in the subdirectory `rustlings/exercises/<topic>`.
+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.
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.