tREADME: update for timer(1) - stopwatch - simple timer for console or x root window
 (HTM) git clone git://src.adamsgaard.dk/stopwatch
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 357a1f4cd2952c31458bf07c60dc160dca4afb59
 (DIR) parent e6d2b8b1cbcf6cdf153bcffebf15750cff3dffd8
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  5 Nov 2020 09:16:08 +0100
       
       README: update for timer(1)
       
       Diffstat:
         M README                              |      16 +++++++++++-----
       
       1 file changed, 11 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -1,15 +1,21 @@
        # stopwatch
        
       -About: A simple stopwatch which can print the output to the terminal or
       -       the X root window parameter.  The latter is used for setting the
       -       dwm(1) title bar.
       +About:
       +
       +  stopwatch(1): A simple stopwatch which prints the output to the
       +      terminal or the X root window parameter.  The latter is
       +      used for setting the dwm(1) title bar.
       +
       +  timer(1): A simple timer that prints the remaining time to the
       +      terminal or the X root window parameter.  The latter is used
       +      for setting the dwm(1) title bar.
        
        Compiling: `make && make install`
       -           (optionally prefix the install comman with sudo(1) or doas(1))
       +      (optionally prefix the install comman with sudo(1) or doas(1))
        
        Compatibility: Tested on OpenBSD 6.8
        
       -Documentation: `man 1 stopwatch`
       +Documentation: `man 1 stopwatch` and `man 1 timer`
        
        Copyright: See LICENSE