From 3ddad5eb288248b3a1cf4b3bb219fcb1faa6e0bd Mon Sep 17 00:00:00 2001 From: Derek Noonan Date: Tue, 17 Sep 2024 15:01:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aef7cef..bd6a152 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Package manager: Install-Package Ensure4Net .NET CLI: dotnet add package Ensure4Net # Ensure.NET -Inpired by CodeContracts, small piece of code that allows you to lower the ciclomatic complexity of code by removing some branching. +Inpired by CodeContracts, small piece of code that allows you to lower the cyclomatic complexity of code by removing some branching. Branching like most precondition, if - else - throw or if - else - set value. ## Examples