Skip to content
This repository was archived by the owner on Sep 13, 2019. It is now read-only.

Commit f038a1c

Browse files
committed
Update README.md
1 parent a1e40d7 commit f038a1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ MSBuild executes `Postman.WebApi.MsBuildTask.Generator` as an _AfterBuild_ task
1818
1. Make sure you have checked the "XML Documentation file" checkbox in the build properties for the project containing your ApiControllers
1919
1. Build your project to create the `<AssemblyName>.postman.json` file in your project root
2020
1. Open Postman and import the collection file
21-
1. Add a new Postman [environment](https://www.getpostman.com/docs/environments) and set _key_ to `url` and _value_ to your http api endpoint root (e.g. `http://localhost:3000/myapp`)
21+
1. Add a new Postman [environment](https://www.getpostman.com/docs/environments) and set _key_ to `url` and _value_ to your http api endpoint root e.g. `http://localhost:3000/myapp`
22+
2223
#### How do I configure it?
2324
You can override the default configuration by modifying the `.targets` file located in the `packages` directory. __Note that removing/upgrading the package will set the configuration back to the defaults.__
2425
| Option | Description | Default | Required |

0 commit comments

Comments
 (0)