Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
I think this is a typo?
  • Loading branch information
sampoder authored Dec 26, 2023
1 parent ab9db4c commit 38d08fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function App() {
onSuccess: data => {
const link = document.createElement('a');
link.download = 'my-image-name.jpeg';
link.href = dataUrl;
link.href = data;
link.click();
}
})
Expand Down

0 comments on commit 38d08fe

Please sign in to comment.