Skip to content

Commit 7e6dcfb

Browse files
authored
Merge pull request #9 from fluunke/patch-1
Tiny README.md fix
2 parents fd89fdd + cecf579 commit 7e6dcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import { toast } from '@zerodevx/svelte-toast'
5555
For any other applications with a bundler, something like this should work.
5656

5757
```js
58-
import { SvelteToast, toast } from `@zerodevx/svelte-toast'
58+
import { SvelteToast, toast } from '@zerodevx/svelte-toast'
5959

6060
const app = new SvelteToast({
6161
// Set where the toast container should be appended into

0 commit comments

Comments
 (0)