Skip to content

Commit

Permalink
simplify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jul-sh committed Mar 18, 2019
1 parent d98a3ad commit ae2ebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default hookIntoProps(useHooks)(DisplayWindowSize)
## Under the hood

```jsx
// That's the basic source code (minus ref-forwarding & displayName).
// That's the basic source code:
const hookIntoProps = useHooks => Component => {
const HooksProvider = props => <Component {...props} {...useHooks(props)} />

Expand Down

0 comments on commit ae2ebdf

Please sign in to comment.