Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMajora committed Oct 26, 2021
1 parent dd8af95 commit ece0abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ The purpose of this package is three-fold:

## Getting Started

In order to start using the `report_to_junit`, install the latest `better_test_reporter` as a global packages via [pub.dev](https://pub.dev).
In order to start using the `report_to_junit` command, install the latest `better_test_reporter` as a global packages via [pub.dev](https://pub.dev).

```bash
pub global activate better_test_reporter
```

### Options
Details on all options for `report_to_junit` cna be found by running `report_to_junit --help`
Details on all options for `report_to_junit` can be found by running `report_to_junit --help`
```
> report_to_junit --help
-i, --input the path to the 'json' file containing the output of 'pub run test'.
Expand Down

0 comments on commit ece0abd

Please sign in to comment.