Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ifndefdeadmau5 committed Jul 20, 2018
1 parent 87f34b0 commit 7d14fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ function Button({ children, styles }) {
}

Button.propTypes = {
children: PropTypes.node.isRequire,
children: PropTypes.node.isRequired,
styles: StylesPropType.isRequired
};

Expand Down

0 comments on commit 7d14fe9

Please sign in to comment.