diff --git a/README.md b/README.md index a76f378..cfe58b1 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ Basic shell scripts for interacting with a Kanboard installations API. ## Usage -API access credentials should be saved in a `.env` file in the form of: +API access credentials should be saved in an `.env` file in the form of: ```sh export _api_auth='jsonrpc:api_token' ``` -Where `api_token` has the value given on Kanboard's settings page. +Where `api_token` has the value found on the settings page of the Kanboard web UI. ```sh