From c2aa0ecb7bc021816dc97f7a43ce75cfd877567c Mon Sep 17 00:00:00 2001 From: Bruno Felipe <49805116+brunolipe-a@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:46:30 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fad9c80..1370d86 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ The package can convert a webpage to an image or pdf. The conversion is done behind the scenes by [Puppeteer](https://github.com/GoogleChrome/puppeteer) which controls a headless version of Google Chrome. +```bash +npm i @nulix/browsershot +``` + Here's a quick example: ```ts