From 48c53b17b4d77ef2a094eb3fc3bf163e0ca75b29 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 4 Jun 2017 01:55:58 +0200 Subject: README: Improve readability of command line example Split the example code onto multiple lines to improve readability. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a981d56..9e105c8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ Here we set a custom time of 4.5 hours: Now we specify a date and add a description: - $ timetasker --project example --date 2017-05-31 --description "Worked on Timetasker" + $ timetasker --project example \ + > --date 2017-05-31 \ + > --description "Worked on Timetasker" And because it's a shell command, we can combine it with other commands. Let's create a week's worth of time entries starting on Monday May 29th, 2017: -- cgit v1.2.3