Skip to content

Commit

Permalink
Fix README.md to avoid mistakes installing Nalu.
Browse files Browse the repository at this point in the history
  • Loading branch information
albyrock87 committed Jul 31, 2024
1 parent 5c9e4fc commit 0d0db66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@

Nalu.Maui is a library that solves some problems like navigation between pages in a MAUI application.

### Navigation [![Nalu.Maui.Navigation NuGet Package](https://img.shields.io/nuget/v/Nalu.Maui.Navigation.svg)](https://www.nuget.org/packages/Nalu.Maui/) [![Nalu.Maui NuGet Package Downloads](https://img.shields.io/nuget/dt/Nalu.Maui.Navigation)](https://www.nuget.org/packages/Nalu.Maui.Navigation/)
### Navigation [![Nalu.Maui.Navigation NuGet Package](https://img.shields.io/nuget/v/Nalu.Maui.Navigation.svg)](https://www.nuget.org/packages/Nalu.Maui.Navigation/) [![Nalu.Maui NuGet Package Downloads](https://img.shields.io/nuget/dt/Nalu.Maui.Navigation)](https://www.nuget.org/packages/Nalu.Maui.Navigation/)

Shell-based navigation abstraction which handles `IDisposable`, provides navigation guards, and simplifies passing parameters.

Make sure to install `Nalu.Maui.Navigation` (and not just `Nalu.Maui`) package into the main MAUI project in order to avoid default menu and back icons loading issues.

#### Migration from v2.x to v3.x

Expand Down

0 comments on commit 0d0db66

Please sign in to comment.