Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/send-and-read-emails/backend/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add these to a `.env` in this directory as in the example below.

```yaml
# Nylas application keys - see https://developer.nylas.com/docs/developer-guide/authentication/authorizing-api-requests/#sdk-authentication
CLIENT_ID=client_id...
CLIENT_SECRET=client_secret...
NYLAS_CLIENT_ID=client_id...
NYLAS_CLIENT_SECRET=client_secret...
```

### Install Node dependencies
Expand Down