diff --git a/README.md b/README.md index 95a20e2f7081b0ed1bcadf4950c034d8253f2440..f99327ef619da5147e06ef68162987a26d7c1add 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.