Skip to content

Commit

Permalink
fix typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Dec 6, 2015
1 parent 871866d commit 0437144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)
Expand All @@ -122,7 +122,7 @@ $ lein figwheel android
```
Start your simulator and deploy your app:
```
$ reaact-native run-android
$ react-native run-android
```

## REPL
Expand Down

0 comments on commit 0437144

Please sign in to comment.