Skip to content
Merged
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 README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ A configuration file must be specified and used for the credentials to communica
.. code-block:: ini

[NEST]
client-id = your_client_id
client-secret = your_client_secret
client_id = your_client_id
client_secret = your_client_secret
token_cache = ~/.config/nest/token_cache


Expand Down