From 6ada16f08264f391dd3c39e25f7b799e5c6d4a4f Mon Sep 17 00:00:00 2001 From: Eugene van der Merwe Date: Tue, 16 Jun 2020 14:39:48 +0200 Subject: [PATCH] Typo "resources" Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38a4a99c..baba303f6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Build beautiful, usable products using Material Components for NativeScript. ## Android migration to AndroidX For Material Components to work correctly with {N} 6 and AndroidX you need to update your android app theme. -inside ```App_ressources/android/res/values/styles.xml``` replace all occurences of ```Theme.AppCompat``` with ```Theme.MaterialComponents``` +inside ```App_resources/android/res/values/styles.xml``` replace all occurences of ```Theme.AppCompat``` with ```Theme.MaterialComponents``` ## Contribution