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

Commit a1e40d7

Browse files
committed
Update README.md
1 parent 2203b64 commit a1e40d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Postman.WebApi.MsBuildTask
2-
[![Nuget version](https://img.shields.io/nuget/v/Nuget.Core.svg)](http://www.yahoo.com)
3-
[![Build status](https://ci.appveyor.com/api/projects/status/mxm9wcf5j5yrf1uu/branch/master?svg=true)](https://ci.appveyor.com/project/jamesholcomb/Postman.WebApi.MsBuildTask/branch/master)
2+
[![Nuget version](https://img.shields.io/nuget/v/Nuget.Core.svg)](http://www.nuget.org)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/fbbjue07o913v0n7/branch/master?svg=true)](https://ci.appveyor.com/project/jamesholcomb/postman-webapi-msbuildtask/branch/master)
44
####What is it?
55
An MSBuild [task](https://msdn.microsoft.com/en-us/library/t9883dzc.aspx) to automatically generate documented [Postman 3](http://www.getpostman.com) collections from your ApiController derived classes
66
####What does it do?
@@ -19,7 +19,7 @@ MSBuild executes `Postman.WebApi.MsBuildTask.Generator` as an _AfterBuild_ task
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
2121
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-
####How do I configure it?
22+
#### How do I configure it?
2323
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.__
2424
| Option | Description | Default | Required |
2525
| ------ | ----------- | ------- | -------- |

0 commit comments

Comments
 (0)