From f9290b7a4d7da2cf897331cef805a121e1ca2ac6 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sat, 14 Oct 2023 05:46:53 +0300 Subject: [PATCH] bold --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97d2d804..3ba8d5b4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a more formal explanation of this project: The latest ZIP archive with the dataset is here: [cam-2023-10-11.zip](http://cam.yegor256.com/cam-2023-10-11.zip) (3Gb). -There are 29 metrics calculated for 844,083 Java classes from 959 GitHub repositories, including: +There are **29 metrics** calculated for **844,083 Java classes** from **959 GitHub repositories**, including: lines of code (reported by [cloc](https://github.com/AlDanial/cloc)); [NCSS](https://stackoverflow.com/questions/5486983/what-does-ncss-stand-for); cyclomatic and cognitive complexity;