Skip to content

Commit 9f30646

Browse files
committed
docs: fix Usage import path
1 parent 6e7e32e commit 9f30646

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
@@ -12,7 +12,7 @@ yarn add svelte-inline-css
1212

1313
```svelte
1414
<script lang="ts">
15-
import style from './style';
15+
import style from 'svelte-inline-css';
1616
export let height: `${number}px` = '0px';
1717
</script>
1818

0 commit comments

Comments
 (0)