From e47c339c80cc32f29b1596903caccf465a72b79e Mon Sep 17 00:00:00 2001 From: Sergio Belda Galbis Date: Sun, 20 Oct 2024 21:31:20 +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 fd160e7..5ee5247 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ NavHost(navController = navController, startDestination = HomeNavDestination.rou HomeScreen() } composable( - route = HomeNavDestination.route, - arguments = HomeNavDestination.arguments + route = SettingsNavDestination.route, + arguments = SettingsNavDestination.arguments ) { SettingsScreen() }