From 4fe5fc93644190464a60e405c9e071077400fa41 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 23 May 2024 13:24:46 +0530 Subject: [PATCH] Fix typo in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e0f42b..2240144 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ import { Svg2Roughjs } from 'svg2roughjs' const svg2roughjs = new Svg2Roughjs('#output-div') svg2roughjs.svg = document.getElementById('input-svg') -svg2roughs.sketch() +svg2roughjs.sketch() ``` ### UMD Bundle