fix: typos (#441) · boyter/scc@494beda

Original file line numberDiff line numberDiff line change

@@ -516,7 +516,7 @@ scc --format-multi "tabular:stdout,html:output.html,csv:output.csv"

516516

```

517517
518518

The above will run against the current directory, outputting to standard output the the default output, as well as writing

519-

to output.html and output.csv with the appropiate formats.

519+

to output.html and output.csv with the appropriate formats.

520520
521521

#### Tabular

522522

@@ -629,7 +629,7 @@ The difference between `sql` and `sql-insert` is that `sql` will include table c

629629
630630

Usage is 100% the same as any other `scc` command but sql output will always contain per file details. You can compute totals yourself using SQL.

631631
632-

The below will run scc against the current directory, name the ouput as the project scc and then pipe the output to sqlite to put into the database code.db

632+

The below will run scc against the current directory, name the output as the project scc and then pipe the output to sqlite to put into the database code.db

633633
634634

```

635635

scc --format sql --sql-project scc . | sqlite3 code.db