From ee86d58bf56fcb385e3e1e336fd1ad16ef227689 Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 7 Nov 2020 20:58:02 +0000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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