Skip to content

Commit c7859a2

Browse files
committed
fix: update readme
1 parent 08f1c7c commit c7859a2

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
@@ -27,7 +27,7 @@ npm install svelte-knobs
2727

2828
```svelte
2929
<script lang="ts">
30-
import { createFloatParam, Knob } from '$lib';
30+
import { createFloatParam, Knob } from 'svelte-knobs';
3131
3232
const basicParam = createFloatParam('lin', 0, 100);
3333
let basicValue = 0;

0 commit comments

Comments
 (0)