From 4da9eb71811468f2328a18864ae78256726ecdae Mon Sep 17 00:00:00 2001 From: Julien Dorra Date: Fri, 6 Sep 2024 17:42:01 +0200 Subject: [PATCH] Fix code block typo README.md the typo made the rest of the readme all formatted as code! --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6d08666..39f9b21e 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,8 @@ Sample use: clone.style.transform = 'translateY(100px)'; } return clone; -}``` +} +``` const wrapper = document.getElementById('wrapper'); const blob = domtoimage.toBlob(wrapper, { adjustClonedNode: adjustClone});