From 0b869260a153b2298ed6c3d5a2eb268857fd4a26 Mon Sep 17 00:00:00 2001 From: Marc Riera Date: Mon, 2 Nov 2015 20:30:35 +0100 Subject: [PATCH] Fix typo in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87aec9f0..42133d74 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository uses submodules so you need to run `git submodule update --init ## ReactNative Example Make sure your environment is set up to run react native applications. Follow the instructions here https://facebook.github.io/react-native/docs/getting-started.html. -The ReactNative exampoe project is in the `examples/ReactExample` directory. You need to run `npm install` in this directory before running the example for the first time. +The ReactNative example project is in the `examples/ReactExample` directory. You need to run `npm install` in this directory before running the example for the first time. ## ReactNative Project Setup - Create a new ReactNative project `react-native init ` and open the generated XCode project.