Skip to content

Commit

Permalink
docs: reword
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Aug 7, 2024
1 parent d042371 commit a0f491f
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 @@ -71,7 +71,7 @@ Run your tests with the reporter argument via the cli:
newman run ./postman_collection.json -r cli,ctrf-json
```

or as a library:
or programmatically:

```js
const newman = require('newman') // require newman in your project
Expand Down Expand Up @@ -117,7 +117,7 @@ newman run ./postman_collection.json -r cli,ctrf-json \
--reporter-ctrf-json-test-environment staging
```

or as a library:
or programmatically:

```js
const newman = require('newman') // require newman in your project
Expand Down

0 comments on commit a0f491f

Please sign in to comment.