Skip to content

Commit 415ce37

Browse files
committed
Added mention of clear button to readme
1 parent 64bf4c3 commit 415ce37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var React = require('react');
88
var SignaturePad = require('react-signature-pad');
99

1010
React.render(
11-
<SignaturePad />,
11+
<SignaturePad clearButton="true" />,
1212
document.body
1313
)
1414
```

0 commit comments

Comments
 (0)