From b6244cd89c33861421135c25d3b66e016ba9bd1c Mon Sep 17 00:00:00 2001 From: Marco Aurelio Lotz Date: Thu, 26 Aug 2021 14:12:39 +0200 Subject: [PATCH] Update inconsistent --apiPath on Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f5e45ac..33dec211 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Requests require the following variables to be set: * `{{PORT}}` defaults to `443` * `{{%s_API_BASE}}` * `%s` will be the name of the service, uppercased and underscored. - * When `--apiBase` is provided it will be used as the value of the variable. + * When `--apiPath` is provided it will be used as the value of the variable. Overrides and non-default options should be set in an [Environment](https://www.getpostman.com/docs/v6/postman/environments_and_globals/manage_environments).