Skip to content

Commit b79a87a

Browse files
authored
Update README.md
1 parent 32cf633 commit b79a87a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232

3333
- Go your **MauiProgram.cs** file and add following line:
3434

35-
```csharp
36-
builder
37-
.UseMauiApp<App>()
38-
.ConfigureMauiHandlers(handlers =>
39-
{
40-
// Add following line:
41-
handlers.AddInputKitHandlers(); // <---
42-
})
43-
//...
44-
```
45-
35+
```csharp
36+
builder
37+
.UseMauiApp<App>()
38+
.ConfigureMauiHandlers(handlers =>
39+
{
40+
// Add following line:
41+
handlers.AddInputKitHandlers(); // <---
42+
})
43+
44+
```
45+
4646
<hr />
4747

4848
## Getting Started with InputKit on Xamarin Forms

0 commit comments

Comments
 (0)