diff --git a/packages/rn-tester/README.md b/packages/rn-tester/README.md index 50fb1c6e7a3..2bd9d18a80b 100644 --- a/packages/rn-tester/README.md +++ b/packages/rn-tester/README.md @@ -13,7 +13,7 @@ yarn install ### Running on iOS -If you are testing non-fabric component, modify [the fabric_enabled flag in RNTester's Podfile](https://github.com/facebook/react-native/blob/main/packages/rn-tester/Podfile#L24). +If you are testing non-fabric component, search for and modify the `fabric_enabled` flag in [RNTester's Podfile](https://github.com/facebook/react-native/blob/main/packages/rn-tester/Podfile). ```ruby fabric_enabled = false