From e764b75aef91607ca9938a1f71b57b01293413b7 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sun, 7 Jul 2024 15:41:35 +0200 Subject: [PATCH] This'll -> This will --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f34bb2f9..8c1a101c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It contains code examples and exercises similar to Rustlings, but online. Before installing Rustlings, you need to have _Rust installed_. Visit [www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) for further instructions on installing Rust. -This'll also install _Cargo_, Rust's package/project manager. +This will also install _Cargo_, Rust's package/project manager. > 🐧 If you're on Linux, make sure you've installed `gcc` (for a linker). >