Skip to content

Commit

Permalink
fix some wording in the readme (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas authored and renatorib committed Oct 1, 2018
1 parent d00b3e1 commit a79b058
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 @@ -16,7 +16,7 @@

<br />

> **React PowerPlug is a set of pluggable renderless components and helpers** that provides different types of state and logics so you can use with your dumb components. It creates a state and pass down the logic to the children, so you can handle your data. Read about [Render Props](https://reactjs.org/docs/render-props.html) pattern.
> **React PowerPlug is a set of pluggable renderless components and helpers** that provides different types of state and logic utilities that you can use with your dumb components. It creates state and passes down the logic to the children, so you can handle your data. Read about the [Render Props](https://reactjs.org/docs/render-props.html) pattern.

## Highlights
Expand Down

0 comments on commit a79b058

Please sign in to comment.