Skip to content

Commit

Permalink
feat(klaviyo): readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Aug 27, 2024
1 parent cd4f44f commit 6465da3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/vendure-plugin-klaviyo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ The default setup will only send placed orders to Klaviyo
import { KlaviyoPlugin } from '@pinelab/vendure-plugin-klaviyo';

plugins: [
plugins: [
KlaviyoPlugin.init({
apiKey: 'some_private_api_key'
})
],
KlaviyoPlugin.init({
apiKey: 'some_private_api_key',
}),
];
```

Expand Down

0 comments on commit 6465da3

Please sign in to comment.