fix typo in readme

This commit is contained in:
Artur Girenko 2016-01-05 19:53:58 +01:00
parent cdf071f304
commit 451b2f195e
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ follow the RN docs to proceed with the release.
## Using external React Native Components
Lets say you have installed and external library from npm like this:
Lets say you have installed an external library from npm like this:
```
$ npm i some-library --save
```