Skip to content

Commit

Permalink
Merge pull request diegomura#39 from sergiodxa/patch-1
Browse files Browse the repository at this point in the history
Fix README typos
  • Loading branch information
diegomura authored May 19, 2017
2 parents 6a88646 + 4013b28 commit e0b9dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const styles = StyleSheet.create({
padding: 10,
flexGrow: 1
}
);
});
```

### Render in DOM
Expand All @@ -42,7 +42,7 @@ import ReactDOM from 'react-dom';
const App = () => (
<div>
<MyDocument />
<div>
</div>
);

ReactDOM.render(<App />, document.getElementById('root'));
Expand Down

0 comments on commit e0b9dd9

Please sign in to comment.