From ad7a95b2f26f920743129fb2640df0c3f05681ff Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Tue, 7 Sep 2021 22:57:21 -0500 Subject: [PATCH] fixes to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f58c00f..e6cac66 100644 --- a/README.md +++ b/README.md @@ -182,15 +182,15 @@ a path listed in the config value for `formatter_search_paths`. This executable will be given as standard input a csv stream with each row representing a time entry with the same structure as the `csv` formatter output. -It will also be given as a command line argument representing settings for this -formatter stored in the config file. +It will also be given a command line argument representing user settings for +this formatter stored in the config file and formatted as JSON. ### Example Suppose we have this config file: ```toml -database_file = "/home/user/.config/tiempo/config.toml" +database_file = "/home/user/.config/tiempo/database.sqlite3" round_in_seconds = 900 append_notes_delimiter = " " formatter_search_paths = ["/home/user/.config/tiempo/formatters"]