From 94719ab718db20923a1964eab046afe3dc9d6f4d Mon Sep 17 00:00:00 2001 From: Victor Goff Date: Thu, 12 Dec 2019 11:25:24 -0500 Subject: [PATCH] Header represents subject of section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53afd91425..3524b4b0c0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Once the user completes the exercise they will be shown this file, which gives t See the C# floating-point-numbers exercise's [after.md file](./languages/csharp/concept-exercises/floating-point-numbers/.docs/after.md) for an example. -## Repository Structure +## Rules around Unblocking We will also be changing some of the rules around unlocking. Multiple Concept Exercises will be able to be unlocked at the same time, and Concept Exercises can unlock more complex, related Concept Exercises (e.g. Ruby might have a blocks Concept Exercise, which when completed unlocks exercises on Procs, Lambdas, block_given?, etc).