From 9facb3341c6f9e6925ea63723a26ad09067d5b66 Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Wed, 23 Oct 2024 14:42:51 -0500 Subject: [PATCH] Update README.md, fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7abee3bd..e2ec991f 100644 --- a/README.md +++ b/README.md @@ -1897,7 +1897,7 @@ seeing line counts by project, not just by language. Say you manage three software projects called MariaDB, PostgreSQL, and SQLite. The teams responsible for each of these projects run cloc on their source code and provide you with the output. -For example MariaDB team does +For example, MariaDB team does
cloc --out mariadb-10.1.txt mariadb-server-10.1.zip
@@ -2861,7 +2861,7 @@ If you run cloc with ``--help``, cloc will tell you where it expects to find this config file file. The information appears by the explanation of the ``--config`` switch after the text ``the default location of``. -On Unix-like operating systems, this can be simplifed to +On Unix-like operating systems, this can be simplified to
 > cloc --help | grep "default location"