From 1910f938678516ba1fad06469cde188cff343aa8 Mon Sep 17 00:00:00 2001 From: danvim Date: Tue, 21 Nov 2023 22:39:42 +0800 Subject: [PATCH] Add badge to README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 604fa36..d5f2856 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # React PDF Make Reconciler -This project explores making PDFs using PDF Make and React. +This package lets you create PDFs using PDF Make and React. + +[![npm version](https://img.shields.io/npm/v/react-pdfmake-reconciler.svg?logo=npm)](https://www.npmjs.com/package/react-pdfmake-reconciler) + +## Installation + +This package is available on [NPM](https://www.npmjs.com/package/react-pdfmake-reconciler). + +```shell +npm i react-pdfmake-reconciler +``` ## Features