fix some README github markdown format

This commit is contained in:
pips 2019-10-02 19:21:04 +02:00 committed by GitHub
parent 74850503dd
commit 443476a22b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-----