Skip to content

Commit 37b89cf

Browse files
authored
Updated user: → clientUser: in README
1 parent 1e16779 commit 37b89cf

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 @@ import TelemetryDeck from '@telemetrydeck/sdk';
2626

2727
const td = new TelemetryDeck({
2828
appID: '<YOUR_APP_ID>'
29-
user: '<YOUR_USER_IDENTIFIER>',
29+
clientUser: '<YOUR_USER_IDENTIFIER>',
3030
});
3131
```
3232

@@ -54,7 +54,7 @@ import crypto from 'crypto';
5454

5555
const td = new TelemetryDeck({
5656
appID: '<YOUR_APP_ID>'
57-
user: '<YOUR_USER_IDENTIFIER>',
57+
clientUser: '<YOUR_USER_IDENTIFIER>',
5858
subtleCrypto: crypto.webcrypto.subtle,
5959
});
6060
```

0 commit comments

Comments
 (0)