From 56970801b66380b7bf664e696576926246b3b6e0 Mon Sep 17 00:00:00 2001 From: Bhuvnendra Pratap Singh <59512610+BhuvnendraPratapSingh@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:44:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d20e8e63..7e1fb34dc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ html2canvas [![NPM Downloads](https://img.shields.io/npm/dm/html2canvas.svg)](https://www.npmjs.org/package/html2canvas) [![NPM Version](https://img.shields.io/npm/v/html2canvas.svg)](https://www.npmjs.org/package/html2canvas) -#### JavaScript HTML renderer #### +#### JavaScript HTML Renderer #### The script allows you to take "screenshots" of webpages or parts of it, directly on the users browser. The screenshot is based on the DOM and as such may not be 100% accurate to the real representation as it does not make an actual screenshot, but builds the screenshot based on the information available on the page.