Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eye-wave committed Nov 2, 2024
1 parent 08f1c7c commit c7859a2
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 @@ -27,7 +27,7 @@ npm install svelte-knobs

```svelte
<script lang="ts">
import { createFloatParam, Knob } from '$lib';
import { createFloatParam, Knob } from 'svelte-knobs';
const basicParam = createFloatParam('lin', 0, 100);
let basicValue = 0;
Expand Down

0 comments on commit c7859a2

Please sign in to comment.