windx-foobar / nuxt3-notifications

Nuxt 3 notification library 🗨️
https://windx-foobar.github.io/nuxt3-notifications/
MIT License
21 stars 5 forks source link

Fixed README.md for a typo in 'const { notifiy } = useNotification();' #2

Closed shamsPathan closed 1 year ago

shamsPathan commented 1 year ago

`const { notify } = useNotification();

function onClick() { notify({ title: "Title", text: "Hello notify!", }); }`

There was an type in in line const { notifiy } = useNotification();

windx-foobar commented 1 year ago

@shamsPathan Hi! Thank you. I missed it...