Skip to content

Commit eee003e

Browse files
equal-l2refarer
authored andcommitted
Use the real variables in examples/README.md
Variables such as `API_KEY` or `ACCESS_TOKEN` are not used in any part of the examples.
1 parent e52d67d commit eee003e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ Next, create a `.env` file in the example directory and populate the following v
1414

1515
```
1616
BEARER_TOKEN=my-bearer-token
17-
API_KEY=my-api-key
18-
API_SECRET_KEY=my-secret-key
19-
ACCESS_TOKEN=my-access-token
20-
ACCESS_TOKEN_SECRET=my-access-token-secret
17+
CLIENT_ID=my-client-id
18+
CLIENT_SECRET=my-client-secret
2119
```
2220

2321
Run the example with `ts-node`

0 commit comments

Comments
 (0)