From f6e557204e0cbd43ed5dd8cd82377041fe189d5d Mon Sep 17 00:00:00 2001 From: Simon Renoult Date: Fri, 11 Nov 2022 12:19:43 +0100 Subject: [PATCH] docs: add note for halstead/cyclomatic support --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87229e1..6d1fda2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ $ npx code-complexity ## Notes -The Halstead metrics are a [collection of several metrics](https://en.wikipedia.org/wiki/Halstead_complexity_measures), we use the "volume" metric. +- The Halstead metrics are a [collection of several metrics](https://en.wikipedia.org/wiki/Halstead_complexity_measures), we use the "volume" metric. +- We only currently support Halstead and Cyclomatic for JavaScript and TypeScript ## Output