Skip to content

Commit 6868fb8

Browse files
authored
chore: update readme code blocks (#82)
1 parent 7f6b79e commit 6868fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ import { PassageFlex } from '@passageidentity/passage-flex-node';
4848

4949
```js
5050
const passage = new PassageFlex({
51-
appId: process.env.YOUR_PASSAGE_APP_ID ?? 'your-passage-app-id',
52-
apiKey: process.env.YOUR_PASSAGE_API_KEY ?? 'your-passage-api-key',
51+
appId: process.env.PASSAGE_APP_ID!,
52+
apiKey: process.env.PASSAGE_API_KEY!,
5353
});
5454
```
5555

0 commit comments

Comments
 (0)