Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Jul 12, 2024
1 parent 417edb8 commit 262d710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 262d710

Please sign in to comment.