Skip to content

Commit 03b1ec1

Browse files
authored
README: remove duplicated noun in "it scc"
Now only uses `scc`.
1 parent eb02f35 commit 03b1ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,14 +491,14 @@ identify the most complex file inside a project based on the complexity estimate
491491

492492
JSON produces JSON output. Mostly designed to allow `scc` to feed into other programs.
493493

494-
Note that this format will give you the byte size of every file it `scc` reads allowing you to get a breakdown of the
494+
Note that this format will give you the byte size of every file `scc` reads allowing you to get a breakdown of the
495495
number of bytes processed.
496496

497497
#### CSV
498498

499499
CSV as an option is good for importing into a spreadsheet for analysis.
500500

501-
Note that this format will give you the byte size of every file it `scc` reads allowing you to get a breakdown of the
501+
Note that this format will give you the byte size of every file `scc` reads allowing you to get a breakdown of the
502502
number of bytes processed. Also note that CSV respects `--by-file` and as such will return a summary by default.
503503

504504
#### CSV-Stream
@@ -575,7 +575,7 @@ The markup is designed to allow your own custom styles to be applied. An example
575575
Note that the HTML options follow the command line options, so you can use `scc --by-file -f html` to produce a report with every
576576
file and not just the summary.
577577

578-
Note that this format if it has the `--by-file` option will give you the byte size of every file it `scc` reads allowing you to get a breakdown of the
578+
Note that this format if it has the `--by-file` option will give you the byte size of every file `scc` reads allowing you to get a breakdown of the
579579
number of bytes processed.
580580

581581
#### SQL and SQL-Insert

0 commit comments

Comments
 (0)