Skip to content

Commit 9357fb3

Browse files
authored
fix:Update <Inbox /> Headless Tab Docs for @novu/js SDK Initialization (#835)
* Update headless.mdx * Update headless.mdx
1 parent 11727c5 commit 9357fb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/docs/platform/inbox/react/headless.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ npm i @novu/js
2222
```typescript
2323
import { Novu } from "@novu/js";
2424

25-
const novu = new Novu({
26-
apiKey: 'YOUR_API_KEY',
25+
export const novu = new Novu({
26+
applicationIdentifier: 'YOUR_APPLICATION_IDENTIFIER',
27+
subscriberId: 'YOUR_SUBSCRIBER_ID',
2728
});
2829
```
2930

0 commit comments

Comments
 (0)