Skip to content

Commit

Permalink
Merge pull request pablosichert#83 from Scrum/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
moubi authored Aug 10, 2018
2 parents 40e9dac + 50cbaa1 commit ff64118
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ ReadMore.defaultProps = {

ReadMore.propTypes = {
children: PropTypes.node.isRequired,
text: PropTypes.node,
lines: PropTypes.number
lines: PropTypes.number,
less: PropTypes.string,
more: PropTypes.string
};

export default ReadMore;
Expand Down

0 comments on commit ff64118

Please sign in to comment.