From a0f491f67ac19f818d1839c673997d965fadb33a Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Wed, 7 Aug 2024 21:06:37 +0100 Subject: [PATCH] docs: reword --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d14e200..f9038ab 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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