From 7e6bc057ff9c4e53dad6f88461bd9ebf1920e215 Mon Sep 17 00:00:00 2001 From: Philipp Rosenkranz Date: Fri, 5 Apr 2019 13:19:30 +0200 Subject: [PATCH] fixed indentation README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ba8a81a..9cc2fae 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ 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` +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` 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