Skip to content

Commit e8e16ef

Browse files
committed
[edit] README
1 parent 6f00ad2 commit e8e16ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Build Package](https://github.com/SimplifyNet/Simplify.Web.Postman/actions/workflows/build.yml/badge.svg)](https://github.com/SimplifyNet/Simplify.Web.Postman/actions/workflows/build.yml)[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/nuget/Simplify.Web.Postman)](https://libraries.io/nuget/Simplify.Web.Postman)
66
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/SimplifyNet/Simplify.Web.Postman)](https://www.codefactor.io/repository/github/simplifynet/Simplify.Web.Postman)
77
![Platform](https://img.shields.io/badge/platform-.NET%206.0%20%7C%20.NET%20Standard%202.0-lightgrey)
8-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)](http://makeapullrequest.com)
98

109
`Simplify.Web.Postman` is a package which provides Postman collection and environment generation extension for [Simplify.Web](https://github.com/SimplifyNet/Simplify.Web) web-framework controllers.
1110

@@ -43,7 +42,6 @@ if (builder.Environment.IsDevelopment())
4342
app.UseSimplifyWeb();
4443

4544
await app.RunAsync();
46-
}
4745
```
4846

4947
Postman files will be generated in `postman` folder inside your app build folder.

0 commit comments

Comments
 (0)