Skip to content

Commit 2ccee32

Browse files
committed
Fixes #2
1 parent 5907154 commit 2ccee32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/nuget/Simplify.Web.MessageBox)](https://libraries.io/nuget/Simplify.Web.MessageBox)
77
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/SimplifyNet/Simplify.Web.MessageBox)](https://www.codefactor.io/repository/github/simplifynet/simplify.web.MessageBox)
88
![Platform](https://img.shields.io/badge/platform-.NET%20Standard%202.0%20%7C%20.NET%204.6.2-lightgrey)
9+
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=SimplifyNet/Simplify.Web.MessageBox)](https://dependabot.com)
10+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)](http://makeapullrequest.com)
911

1012
`Simplify.Web.MessageBox` is a package which provides non-interactive server side message box for [Simplify.Web](https://github.com/SimplifyNet/Simplify.Web) web-framework.
1113

12-
## Examples
14+
## Quick Start
1315

1416
### Setup message box templates
1517

@@ -34,7 +36,7 @@ public class MyController : Controller
3436

3537
#### Inline message box
3638

37-
Framework execution will be stopped, message box will be returned to client without rest of the website content.
39+
Framework execution will be stopped, message box will be returned to client without rest of the website content
3840

3941
```csharp
4042
public class MyController : Controller

0 commit comments

Comments
 (0)