diff --git a/tfjs-react-native/README.md b/tfjs-react-native/README.md index de6db6017b7..4b8826168e8 100644 --- a/tfjs-react-native/README.md +++ b/tfjs-react-native/README.md @@ -21,7 +21,7 @@ These instructions **assume that you are generally familiar with [react native]( You can use the [React Native CLI](https://facebook.github.io/react-native/docs/getting-started) or [Expo](https://expo.io/). This library relies on a couple of dependencies from the Expo project so it may be convenient to use expo but is not mandatory. -On macOS (to develop iOS applications) You will also need to use Cocoapods to install these dependencies. +On macOS (to develop iOS applications) You will also need to use CocoaPods to install these dependencies. ### Step 2: Install expo related libraries @@ -37,7 +37,7 @@ Depending on which workflow you used to set up your app you will need to install > If you are in a _managed_ expo application these libraries should be present and you should be able to skip this step. -> After this point, if you are using XCode to build for ios, you should use a ‘.workspace’ file instead of the ‘.xcodeproj’ +> After this point, if you are using Xcode to build for ios, you should use a ‘.workspace’ file instead of the ‘.xcodeproj’ ### Step 3: Configure [Metro](https://facebook.github.io/metro/en/)