From 4a6853f9d931f82f309361e13b47a51514ea921f Mon Sep 17 00:00:00 2001 From: Philipp Rosenkranz Date: Fri, 5 Apr 2019 13:20:46 +0200 Subject: [PATCH] fixed indentation README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9cc2fae..a1ca3d8 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ A [https://mite.yo.lk/en/](MITE) time tracking command line interface. 1. Grab a release from https://github.com/leanovate/mite-go/releases for your operating system and unpack it into your $PATH (or %PATH% on windows). 2. Setup `mite-go` to use your API key by: - 1. visiting https://.mite.yo.lk/myself and note down the API key - 2. executing the following commands - `mite-go config api.key=` - `mite-go config api.url=https://.mite.yo.lk` + 1. visiting https://.mite.yo.lk/myself and note down the API key + 2. executing the following commands + `mite-go config api.key=` + `mite-go config api.url=https://.mite.yo.lk` 3. Optional: set a default project & service by: - 1. retrieving the desired project & service id by executing `mite-go projects` and `mite-go services` respectively - 2. configuring those id's as default by executing `mite-go config projectId=` and `mite-go config serviceId=` + 1. retrieving the desired project & service id by executing `mite-go projects` and `mite-go services` respectively + 2. configuring those id's as default by executing `mite-go config projectId=` and `mite-go config serviceId=` # Usage