Skip to content

Commit 0b49488

Browse files
scorphusrebecabordini
authored andcommitted
Amend readme (#13)
* Fix a typo and other syntax issues in README.md * Rephrase a sentence in README.md
1 parent 4b03e38 commit 0b49488

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ yarn add react-native-draftjs-render
2020
```
2121

2222
### Using
23-
Just import and insert your Draft.js model on RNDraftJSRender.
23+
Just import and insert your Draft.js model on RNDraftJSRender:
2424

2525
```js
2626
import React from 'react';
@@ -78,20 +78,21 @@ See our [`sample`](https://github.com/globocom/react-native-draftjs-render/tree/
7878

7979
## Developing
8080

81-
To develope using example react-native project:
81+
To develop using example react-native project:
8282

8383
```
8484
git clone git@github.com:globocom/react-native-draftjs-render.git
8585
cd react-native-draftjs-render/
8686
make setup
8787
```
88+
8889
To run tests:
8990

9091
```
9192
make test
9293
```
9394

94-
To watch lib changes to appear on Sample App:
95+
To watch lib changes appearing on Sample App:
9596

9697
```
9798
make watch

0 commit comments

Comments
 (0)