Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Versehgi committed Jun 17, 2019
1 parent 8b8685f commit 9331283
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 @@ -80,7 +80,7 @@ The other side of the coin is the UsePlug Hook. This way you can Plug your compo
```javascript
const TestComponent = (props) => {
const { name } = props;
const state = usePlug(state$)
const state = useStream(state$)
return (
<div>
<h1 data-testid="name">{name}</h1>
Expand Down

0 comments on commit 9331283

Please sign in to comment.