Fix minor typos in README.md (#235)

This commit is contained in:
Ian Whitlock 2018-02-14 09:53:29 -06:00 committed by Guilherme Gazzo
parent 742ef68292
commit 9222d4567a
1 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
## Linux:
- General requiriments:
- General requirements:
- JDK 7 or greater
- Android SDK
@ -59,7 +59,8 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
$ cd watchman
$ git checkout master
$ ./autogen.sh
$ ./configure make
$ ./configure
$ make
$ sudo make install
```
Configure your kernel to accept a lot of file watches, using a command like: