From a94df22800653ba1a9d52f5946c0b3bf1198bd2e Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Mon, 10 Jul 2023 11:27:04 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78328d0ca..72cb56e3e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Sloc Cloc and Code (scc) scc -A tool similar to cloc, sloccount and tokei. For counting the physical lines of code, blank lines, comment lines, and physical lines of source code in many programming languages. +A tool similar to cloc, sloccount and tokei. For counting the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages. Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all.