Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 19, 2023
1 parent d5564ed commit 5aae1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ vendor/bin/lines measure src --short --json
For the text output, you'll get data like these:

```bash
Metric count
Filesystem count
Directories ......................................... 32
Files .............................................. 160

Expand Down
2 changes: 1 addition & 1 deletion src/Console/OutputFormatter/TextOutputFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private function printFilesAndDirectories(Measurements $measurements): void
['Files', $measurements->getFileCount()],
]);

$tableView = new TableView('Metric', 'Count', $tableRows);
$tableView = new TableView('Filesystem', 'Count', $tableRows);
$this->viewRenderer->renderTableView($tableView);
}

Expand Down

0 comments on commit 5aae1ec

Please sign in to comment.