Skip to content

Commit e5ffeb8

Browse files
dimklnikosdouvlis
authored andcommitted
chore(clerk-sdk-node): Update PUBLISABLE_KEY & SECRET_KEY in sdk-node README
1 parent 51cdb71 commit e5ffeb8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/sdk-node/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ npm run build
5353
Retrieve your Backend API key from the [API Keys](https://dashboard.clerk.dev/last-active?path=api-keys) screen in your Clerk dashboard and set it as an environment variable in a `.env` file:
5454

5555
```sh
56-
CLERK_API_KEY=[backend-api-key]
56+
CLERK_PUBLISHABLE_KEY=pk_*******
57+
CLERK_SECRET_KEY=sk_******
5758
```
5859

5960
You will then be able to access all the available methods.

0 commit comments

Comments
 (0)