File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
2626import 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```
8484git clone git@github.com:globocom/react-native-draftjs-render.git
8585cd react-native-draftjs-render/
8686make setup
8787```
88+
8889To run tests:
8990
9091```
9192make test
9293```
9394
94- To watch lib changes to appear on Sample App:
95+ To watch lib changes appearing on Sample App:
9596
9697```
9798make watch
You can’t perform that action at this time.
0 commit comments