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