From b155086093f4bbb4c68b6cf9f691f6532553f9ea Mon Sep 17 00:00:00 2001 From: equal-l2 Date: Wed, 17 Aug 2022 09:27:38 +0900 Subject: [PATCH] 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. --- examples/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index 9d4d06e..764a50e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,10 +14,8 @@ Next, create a `.env` file in the example directory and populate the following v ``` BEARER_TOKEN=my-bearer-token -API_KEY=my-api-key -API_SECRET_KEY=my-secret-key -ACCESS_TOKEN=my-access-token -ACCESS_TOKEN_SECRET=my-access-token-secret +CLIENT_ID=my-client-id +CLIENT_SECRET=my-client-secret ``` Run the example with `ts-node`