From 759cb00cf218c45ede8552d65e2cb80da6785b12 Mon Sep 17 00:00:00 2001 From: Shalvah A Date: Tue, 16 Oct 2018 09:41:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f9372..907489f 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ If you don't specify an example response using any of the above means, this pack The generator automatically creates a Postman collection file, which you can import to use within your [Postman app](https://www.getpostman.com/apps) for even simpler API testing and usage. -If you don't want to create a Postman collection, set the `--postman` config option to false. +If you don't want to create a Postman collection, set the `postman` config option to false. The default base URL added to the Postman collection will be that found in your Laravel `config/app.php` file. This will likely be `http://localhost`. If you wish to change this setting you can directly update the url or link this config value to your environment file to make it more flexible (as shown below):