Skip to content

Commit

Permalink
Tiny README.md fix
Browse files Browse the repository at this point in the history
Replaces a " ` " with a " ' ". Fixes markdown rendering and 'pasteability'
  • Loading branch information
fluunke authored Apr 1, 2021
1 parent fd89fdd commit cecf579
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 @@ -55,7 +55,7 @@ import { toast } from '@zerodevx/svelte-toast'
For any other applications with a bundler, something like this should work.

```js
import { SvelteToast, toast } from `@zerodevx/svelte-toast'
import { SvelteToast, toast } from '@zerodevx/svelte-toast'

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

0 comments on commit cecf579

Please sign in to comment.