Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 9304011

Browse files
committed
Conflicts: README.md
2 parents cac2610 + 0f6c5c8 commit 9304011

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ see something I'm doing that makes you go :frowning: please let me know. I
1010

1111
## Installing
1212

13-
First cd into your project's directory and grab the latest version of this code:
13+
Run the following command in your project's directory to grab the latest published version of this code:
1414

1515
```bash
1616
$ npm install react-native-event-source --save
@@ -20,7 +20,7 @@ $ npm install react-native-event-source --save
2020

2121
In order to use event source you must first link the library to your project. There's excellent documentation on how to do this in the [React Native Docs](http://facebook.github.io/react-native/docs/linking-libraries-ios.html#content). Make sure you do all steps including #3.
2222

23-
## Using in your javascript code
23+
### Using in your project
2424

2525
First, you'll need to make sure `DeviceEventEmitter` is added to the list of
2626
requires for React.

0 commit comments

Comments
 (0)