From ba8ff5ad340dddb54410b15235563f44d926f510 Mon Sep 17 00:00:00 2001 From: Sergio Belda Galbis Date: Mon, 22 Apr 2024 00:36:19 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3951e82..35678c9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Maven Central](https://img.shields.io/maven-central/v/dev.sergiobelda.navigation.compose.extended/navigation-compose-extended)](https://search.maven.org/search?q=g:dev.sergiobelda.navigation.compose.extended) -Navigation Compose Extended is a complementary library for AndroidX Jetpack Navigation Compose to +Navigation Compose Extended is a complementary multiplataform library for Jetpack Navigation Compose to improve creation of navigation elements, as destination routes, arguments, deep links, … in a -more idiomatic way than using literals. +more idiomatic way than using literals. It also provides Safe navigation routes and Safe navigation arguments. Take a look at the [sample-app-annotations](https://github.com/serbelga/navigation-compose-extended/tree/main/sample-app-annotations) and [sample-app](https://github.com/serbelga/navigation-compose-extended/tree/main/sample-app) for working examples.