Skip to content

Commit 63567f5

Browse files
committed
docs: use kebab-case convention
1 parent e6aa5b6 commit 63567f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vue-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { BucketProvider } from "@bucketco/vue-sdk";
2424
</script>
2525
2626
<BucketProvider
27-
:publishableKey="publishableKey"
27+
:publishable-key="publishableKey"
2828
:user="{ id: 'user_123', name: 'John Doe', email: 'john@acme.com' }"
2929
:company="{ id: 'acme_inc', plan: 'pro' }"
3030
>

0 commit comments

Comments
 (0)