Skip to content

Commit 58527e7

Browse files
authored
docs(fix): README.md
The Readme didn't specify that the API key needed to be able to create it's own API keys, resulting in an error when running the project following a "default" flow.
1 parent 160ab2f commit 58527e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The server code creates a new web socket called `globalSocket` that communicates
2424

2525
Create a `.env` file with your own Deepgram API Key.
2626

27+
> :warning: Make sure your API key has at least "Member" level permissions, <kbd>Create a New API Key</kbd> -> <kbd>Advanced</kbd> -> <kbd>Change Role</kbd>. For more information, see this link on [Working With Roles & API Scopes](https://developers.deepgram.com/docs/working-with-roles).
28+
2729
Run the following commands to install the dependencies and run the application
2830

2931
```

0 commit comments

Comments
 (0)