From e66f7143f5b91c8c38011e7199596ff3bece327c Mon Sep 17 00:00:00 2001 From: Russell Jarvis <colouredstatic@gmail.com> Date: Tue, 26 Nov 2019 13:54:02 +1100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95a20e2..f99327e 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,5 @@ Another file `Examples/use_code_complexity.py` reports back about the complexity -* What about Code Cognitive Complexity? -That is an issue too. Many modern text editors feature cyclomatic complexity plugins -The project takes measures to minimize that also. See the code-complexity directory. - +### What about Code Cognitive Complexity? +That is an issue too. The project takes measures to minimize that also. Many modern text editors feature cyclomatic complexity plugins. -- GitLab