Skip to content

Commit

Permalink
Merge pull request #100 from sampoder/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
hugocxl committed Dec 26, 2023
2 parents ab9db4c + 38d08fe commit 5485196
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 5485196

Please sign in to comment.