Browse Source

Switch to apidoc.base_url - update docs

shalvah 6 years ago
parent
commit
9b070e767b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/generating-documentation.md

+ 1 - 1
docs/generating-documentation.md

@@ -18,7 +18,7 @@ The generator automatically creates a Postman collection file, which you can imp
 
 If you don't want to create a Postman collection, set the `postman.enabled` config option to false.
 
-The base URL added to the Postman collection will be the value of the `url` key in your Laravel `config/app.php` file. 
+The base URL used in the Postman collection will be the value of the `base_url` key in your Laravel `config/apidoc.php` file. 
 
 ## Manually modifying the content of the generated documentation
 If you want to modify the content of your generated documentation without changing the routes, go ahead and edit the generated `index.md` file.