Skip to content

Commit 6856689

Browse files
committed
[edit] README
1 parent 94dc275 commit 6856689

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/nuget/Simplify.Web.Swagger)](https://libraries.io/nuget/Simplify.Web.Swagger)
77
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/SimplifyNet/Simplify.Web.Swagger)](https://www.codefactor.io/repository/github/simplifynet/Simplify.Web.Swagger)
88
![Platform](https://img.shields.io/badge/platform-.NET%206.0%20%7C%20.NET%20Standard%202.0-lightgrey)
9-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)](http://makeapullrequest.com)
109

1110
`Simplify.Web.Swagger` is a package which provides Swagger generation for [Simplify.Web](https://github.com/SimplifyNet/Simplify.Web) web-framework controllers.
1211

@@ -20,7 +19,7 @@
2019
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.6.*" />
2120
```
2221

23-
1. Add `AddSimplifyWebSwagger` in `AddSwaggerGen` registration and `Simplify.Web` controllers will be scanned during Swagger generation process.
22+
2. Add `AddSimplifyWebSwagger` in `AddSwaggerGen` registration and `Simplify.Web` controllers will be scanned during Swagger generation process.
2423

2524
```csharp
2625
var builder = WebApplication.CreateBuilder(args);
@@ -88,4 +87,4 @@ Additional extensions to Simplify.Web live in their own repositories on GitHub.
8887

8988
## License
9089

91-
Licensed under the GNU LESSER GENERAL PUBLIC LICENSE
90+
Licensed under the GNU Lesser General Public License

0 commit comments

Comments
 (0)