From 443476a22b2819885f9ba4c5c7f05cc59e55414a Mon Sep 17 00:00:00 2001 From: pips Date: Wed, 2 Oct 2019 19:21:04 +0200 Subject: [PATCH] fix some README github markdown format --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3238a71..d508763 100644 --- a/README.md +++ b/README.md @@ -6,28 +6,28 @@ Simple Time Tracker Install ------- - # make clean install + # make clean install Usage ----- - $ stt -a task # start task - $ stt -s # stop task - $ stt [-l] # print report - task: task - started at: Wed Oct 2 19:04:04 2019 - ended at: Wed Oct 2 19:05:04 2019 - duration(hours): 0.02 + $ stt -a task # start task + $ stt -s # stop task + $ stt [-l] # print report + task: task + started at: Wed Oct 2 19:04:04 2019 + ended at: Wed Oct 2 19:05:04 2019 + duration(hours): 0.02 - task: readme@stt - started at: Wed Oct 2 19:05:04 2019 - ended at: Wed Oct 2 19:09:28 2019 - duration(hours): 0.07 + task: readme@stt + started at: Wed Oct 2 19:05:04 2019 + ended at: Wed Oct 2 19:09:28 2019 + duration(hours): 0.07 - task: publish@stt - started at: Wed Oct 2 19:09:28 2019 - still running - duration(hours): 0.11 + task: publish@stt + started at: Wed Oct 2 19:09:28 2019 + still running + duration(hours): 0.11 Files -----