Skip to content

Commit c7799ea

Browse files
committed
update imports inside of readme so they show org
1 parent e16f842 commit c7799ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ npm install @akcodeworks/svelte-command-form
2626

2727
```html
2828
<script lang="ts">
29-
import { CommandForm } from 'svelte-command-form';
29+
import { CommandForm } from '@akcodeworks/svelte-command-form';
3030
import { schema } from '$lib/schemas/user.schema';
3131
import { saveUser } from '$lib/server/save-user';
3232
@@ -377,7 +377,7 @@ data that reaches your command already contains normalized entries):
377377

378378
```html
379379
<script lang="ts">
380-
import { CommandForm, normalizeFiles } from 'svelte-command-form';
380+
import { CommandForm, normalizeFiles } from '@akcodeworks/svelte-command-form';
381381
import { zodSchema } from '$lib/schemas/upload.schema';
382382
import { uploadCommand } from '$lib/server/upload.remote';
383383

0 commit comments

Comments
 (0)