From 5e553123d0c9d9ee180d293c801856b7f9c194f4 Mon Sep 17 00:00:00 2001 From: David Ng Date: Mon, 19 Nov 2018 21:10:42 +0100 Subject: [PATCH] Update README.rst `client-id` and `client-secret` in config file should be `client_id` and `client_secret` respectively. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index de951d9..90893da 100644 --- a/README.rst +++ b/README.rst @@ -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