Skip to content

Commit 076e1ad

Browse files
committed
update docs
1 parent 7b40e17 commit 076e1ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Easily create PDF documents from React components.
77
## Install
88

99
```
10-
$ npm install react-to-pdf
10+
# Yarn
11+
yarn add react-to-pdf
12+
13+
# NPM
14+
npm install --save
1115
```
1216

1317
## Important Notes

0 commit comments

Comments
 (0)