Skip to content

Commit 37141b2

Browse files
committed
Remove unnecessary prop-types installation instruction
1 parent 73d031a commit 37141b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ This package is available through npm:
1717
```
1818
npm install --save react-signature-pad-wrapper
1919
```
20-
In addition to *React* you will need to install the [prop-types](https://github.com/facebook/prop-types) package:
21-
```
22-
npm install --save prop-types
23-
```
2420

2521
## Usage
2622
This package implements exactly the same interface as the original *signature_pad* package and adds a couple of extra features that make responsive behaviour a little easier to deal with. For a complete overview of the available options and callables see the documentation for [signature pad](https://github.com/szimek/signature_pad).

0 commit comments

Comments
 (0)