Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Le Anh Duc committed Dec 24, 2018
1 parent e3a217b commit a142d8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm install
## App.json
```json
{
"name": "${nameOfYourAppHere}"
"name": "${nameOfYourAppHere}",
"displayName": "${displayNameOfYourAppHere}"
}
```
Expand All @@ -44,7 +44,9 @@ react-native upgrade
react-native link

# Fix requirements
```bash
$EDITOR android/app/build.gradle
```

```gradle
defaultConfig {
Expand Down

0 comments on commit a142d8a

Please sign in to comment.