diff options
author | Teddy Wing | 2017-06-04 01:58:24 +0200 |
---|---|---|
committer | Teddy Wing | 2017-06-04 01:58:24 +0200 |
commit | c715a7219c65293112f377bc16a4bcf9f9f27de5 (patch) | |
tree | 332a7f074d7ff69d7d57ea6ff5bb7c163a6f6368 /README.md | |
parent | d575e2535b4ce53e875a6ef6ac21cbbb6e51fca2 (diff) | |
download | timetasker-c715a7219c65293112f377bc16a4bcf9f9f27de5.tar.bz2 |
README: Improve wording of multiple project configuration paragraph
The wording seemed a bit confusing before. Change it to make it clear
that you're supposed to add a new "projects" block to the config.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,8 +71,8 @@ to that project like this: $ timetasker --project my-cool-project -You say you have more than one project? No problem, just copy-paste the entire -`[projects.example]` section and give it a new name. +You say you have more than one project? No problem, just copy-paste an +additional `[projects.example]` section and give it a new name. To fill in the other configuration options, we're going to have to take a trip to the TimeTask website (relax, we won't be using it much after this). |