Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tizmagik committed May 15, 2018
1 parent c162c0f commit ba56222
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ const App = () => (
)
```

### Usage

The following aliases are also available for use (just convenience components that pre-fill the `tag` prop in `<HeadTag />`):

```js
import HeadTag, { Title, Style, Meta, Link } from 'react-head';
```


## Contributing

Please follow the [contributing docs](/CONTRIBUTING.md)
Expand Down

0 comments on commit ba56222

Please sign in to comment.