Skip to content

Commit

Permalink
Fix code block typo README.md
Browse files Browse the repository at this point in the history
the typo made the rest of the readme all formatted as code!
  • Loading branch information
juliendorra authored Sep 6, 2024
1 parent c2fe975 commit 4da9eb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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});
Expand Down

0 comments on commit 4da9eb7

Please sign in to comment.