Skip to content

Commit

Permalink
Merge pull request #42 from iczc/patch-1
Browse files Browse the repository at this point in the history
add missing quotation mark
  • Loading branch information
usernamus committed May 27, 2021
2 parents 9ae18dd + 42c0d7e commit 9369e36
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 @@ -100,7 +100,7 @@ npm install --save svelte-notifications

const handleButtonClick = () => {
addNotification({
position: 'bottom-right,
position: 'bottom-right',
heading: 'hi i am custom notification',
type: 'error',
description: 'lorem ipsum',
Expand Down

0 comments on commit 9369e36

Please sign in to comment.