From 0437144dd7608283bb0462696d86553696fe5581 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sun, 6 Dec 2015 21:23:14 +0100 Subject: [PATCH] fix typos in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d148f5..efff5fc 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ $ lein figwheel android ``` And deploy your app: ``` -$ reaact-native run-android +$ react-native run-android ``` #### Using Figwheel in Genymotion simulator With genymotion Android simulator you have to use IP "10.0.3.2" in urls to refer to your local machine. @@ -110,7 +110,7 @@ $ lein figwheel android ``` Start your simulator and deploy your app: ``` -$ reaact-native run-android +$ react-native run-android ``` #### Using Figwheel in stock Android emulator (AVD) @@ -122,7 +122,7 @@ $ lein figwheel android ``` Start your simulator and deploy your app: ``` -$ reaact-native run-android +$ react-native run-android ``` ## REPL