Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7859a2

Browse files
committedNov 2, 2024··
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)
Please sign in to comment.