Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 authored Sep 21, 2023
1 parent 5c46c1b commit 70c8221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AvaloniaMauiHybrid
# Avalonia.Maui Hybrid

This repository contains source code for the integration of Avalonia and MAUI frameworks, supporting the following scenarios:
- Embedding Avalonia controls inside MAUI pages.
Expand Down Expand Up @@ -66,7 +66,7 @@ This repository contains source code for the integration of Avalonia and MAUI fr

### Using MAUI Essentials inside of the Avalonia app

1. Follow the same steps as in [Embedding MAUI controls inside of the Avalonia app](#embedding-maui-controls-inside-of-the-avalonia-app) except the last one.
1. Follow the same steps as in [Embedding MAUI controls inside of the Avalonia app](#embedding-maui-controls-inside-of-the-avalonia-app) except for the last one.
2. Depending on MAUI version, you might need to add `<UseMauiEssentials>true</UseMauiEssentials>` to your csproj file as well.
3. Now you can call Essentials API from Avalonia code:
```csharp
Expand Down

0 comments on commit 70c8221

Please sign in to comment.