We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd89fdd + cecf579 commit 7e6dcfbCopy full SHA for 7e6dcfb
README.md
@@ -55,7 +55,7 @@ import { toast } from '@zerodevx/svelte-toast'
55
For any other applications with a bundler, something like this should work.
56
57
```js
58
-import { SvelteToast, toast } from `@zerodevx/svelte-toast'
+import { SvelteToast, toast } from '@zerodevx/svelte-toast'
59
60
const app = new SvelteToast({
61
// Set where the toast container should be appended into
0 commit comments