summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <liv@fastmail.com>2019-01-23 21:51:53 +0100
committerliv <liv@fastmail.com>2019-01-23 21:51:53 +0100
commitf447adef8fba193dab8c27d8342e96fba63a6753 (patch)
treeddf27eeca941f6f9803e378ab360a3855b2e7c77
parent8cff8de4931f5c4b259431433d731ecc45d7604d (diff)
minor readme change
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c15aa8..ec3ac36 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Greetings and welcome to `rustlings`. This project contains small exercises to g
Alternatively, for a first-time Rust learner, there's several other resources:
-- [The Book](https://doc.rust-lang.org/book/index.html) - The most comprehensive resource for learning Rust, but a bit theoretical sometimes
+- [The Book](https://doc.rust-lang.org/book/index.html) - The most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings!
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - Learn Rust by solving little exercises! It's almost like `rustlings`, but online
## Getting Started