From 262d7104ab13ef2b1bbf5c44372b14736d121a23 Mon Sep 17 00:00:00 2001 From: rmanaem Date: Fri, 12 Jul 2024 14:16:21 -0400 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c9f873..7ec8676 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ If the API you'd like to send queries to requires authentication, you need to se #### `NB_QUERY_CLIENT_ID` -If the `NB_ENABLE_AUTH` is set to `true` (it is `true` by default), you need to provide a valid client ID for the authentication. +If the `NB_ENABLE_AUTH` is set to `true` (it is `false` by default), you need to provide a valid client ID for the authentication. _At the moment, query tool uses Google for authentication, so you need to obtain a client ID from Google developer console. See [documentation](https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid) for more information._ #### Set the environment variables