From d82d3908f3b2450fba8ff4ae0a9a3a3d5b7001de Mon Sep 17 00:00:00 2001 From: LazyAfternoons Date: Tue, 12 Mar 2024 12:09:00 +0100 Subject: [PATCH] chore: update README.md Co-authored-by: Mario Perrotta --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 1ba3cee..0a98c16 100644 --- a/example/README.md +++ b/example/README.md @@ -37,7 +37,7 @@ $ yarn install # Install podfiles when targeting iOS (ignore this step for Android) # Run this only during the first setup and when Pods dependencies change -$ cd iOS && bundle exec pod install && cd .. +$ cd ios && bundle exec pod install && cd .. ``` ## Run the app