From 09157b7178dd5b85fc42c8162c57b2279558f7b3 Mon Sep 17 00:00:00 2001 From: Ieuan Walker Date: Fri, 19 Aug 2022 19:04:52 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b154570..8c97d25 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,17 @@ Install the [NuGet package](https://www.nuget.org/packages/IeuanWalker.StateButt Install-Package IeuanWalker.StateButton ``` +Then in the MauiProgram.cs, and the StateButton configuration method - +```csharp +using StateButton; +``` +```csharp +builder + .UseMauiApp() + .UseMauiCommunityToolkit() + .ConfigureStateButton(); +``` + ## What can I do with it? ### Properties | Property | What it does | Extra info |