Skip to content

Commit

Permalink
Change in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Qziem committed Jun 23, 2019
1 parent e37648c commit 94b3bb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Provide reason react component for manage document.title
### Installation
using yarn:
```sh
# yarn
yarn add reason-react-document-title
```
using npm:
```sh

#npm
npm install reason-react-document-title --save
```
Remeber, add to `bsconfig.json`:
Expand Down Expand Up @@ -46,7 +46,7 @@ Library also provide component for older Jsx2 version. If you must, use it like
```javascript
<DocumentTitleJsx2 title="My title" />
```
It also supports children in Jsx2.
It also supports children.

### How it works?
Changing title prop will affect on document.title automatically.
Expand Down

0 comments on commit 94b3bb2

Please sign in to comment.