From 076e1ad39db371481d59f878500b6fc0d5799702 Mon Sep 17 00:00:00 2001 From: Marcos Andrei Ivanechtchuk Date: Thu, 7 Sep 2023 04:18:40 -0300 Subject: [PATCH] update docs --- docs/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 09bca29..dd7cf73 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,11 @@ Easily create PDF documents from React components. ## Install ``` -$ npm install react-to-pdf +# Yarn +yarn add react-to-pdf + +# NPM +npm install --save ``` ## Important Notes