Skip to content

Commit 22ff8e6

Browse files
committed
docs(website): update nuxt module name
1 parent 56afa02 commit 22ff8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const localImportSnippet = ref(
152152
`import { VueSignaturePad } from '@selemondev/vue3-signature-pad'`,
153153
)
154154
const nuxiSnippet = ref(
155-
`npx nuxi@latest module add @selemondev/nuxt-signature-pad`,
155+
`npx nuxi@latest module add nuxt-signature-pad`,
156156
)
157157
const vueSignaturePadTypes = ref(`export interface Point {
158158
x: number

0 commit comments

Comments
 (0)