Skip to content

Commit

Permalink
Added mention of clear button to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjk3 committed Jul 31, 2015
1 parent 64bf4c3 commit 415ce37
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 @@ -8,7 +8,7 @@ var React = require('react');
var SignaturePad = require('react-signature-pad');

React.render(
<SignaturePad />,
<SignaturePad clearButton="true" />,
document.body
)
```
Expand Down

0 comments on commit 415ce37

Please sign in to comment.