From 4bd2864658ec7f580bb4fbfa5f826dcedd7a578b Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 18 Jan 2024 17:19:38 +0100 Subject: [PATCH] Little correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c18d7..84534da 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ This project represents a hard-way step-by-step [Rust] learning course from lang ### Schedule -Each step must be performed as a separate [PR (pull request)][PR] with an appropriate name and checkmarked here in README's schedule after completion. Each step is a [Cargo workspace member][13], so you can run/test it from the project root (i.e. `cargo run -p step_1_8`). __Consider to use [rustfmt] and [Clippy] when you're writing [Rust] code.__ +Each step must be performed as a separate [PR (pull request)][PR] with an appropriate name and check-marked here in README's schedule after completion. Each step is a [Cargo workspace member][13], so you can run/test it from the project root (i.e. `cargo run -p step_1_8`). __Consider to use [rustfmt] and [Clippy] when you're writing [Rust] code.__ - [ ] [0. Become familiar with Rust basics][Step 0] (3 days) - [ ] [1. Concepts][Step 1] (2 days, after all sub-steps)