From fdcaee4286db8bb64aa064d62d6ba990b99ade59 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 9 Jun 2021 00:17:08 -0600 Subject: [PATCH] Updated ReadMe with some additional verbiage (#261) --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3cc862d..33a19f3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # vue-pdf -vue.js pdf viewer +vue.js pdf viewer is a package for Vue that enables you to display and view PDF's easily via vue components. -## Install +## Install via NPM/Yarn ```bash -npm install --save vue-pdf +npm install vue-pdf +``` + +```bash +yarn add vue-pdf ``` ## Example - basic ```vue