Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebaltieri authored Jul 4, 2021
1 parent 7ad23ae commit 188247a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,26 @@ dotnet add package Flunt
```

## How to use
```csharp
public class Customer : Notifiable<Notification>
{
...
}

var customer = new Customer();
customer.AddNotification("Name", "Invalid name");

if(customer.IsValid)
...
```

Just check our [Wiki](https://github.com/andrebaltieri/Flunt/wiki) for more details and samples of how to use Flunt in your applications.
## Extensions and Mods
## Extensions
* [Flunt.Extensions.Br](https://github.com/andrebaltieri/Flunt.Extensions.Br)
* [Flunt.Extensions.AspNet](https://github.com/andrebaltieri/Flunt.Extensions.AspNet)
## Mods
* [Flunt.Br](https://github.com/lira92/flunt.br)
* [Flunt for Java](https://github.com/carlosbritojun/jflunt)
* [Flunt for JavaScript](https://github.com/jhonesgoncal/flunt)
Expand Down

0 comments on commit 188247a

Please sign in to comment.