tUpdate crontab example for sending at 6 AM - nws-forecast-mailer - fetch and deliver the NWS 48-hour forecast by email
 (HTM) git clone git://src.adamsgaard.dk/nws-forecast-mailer
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fa398a89a0250426401c8328dc156691cb46cf61
 (DIR) parent 38df2fc85c1eacad9d0838b0d5d5d35f2f34125b
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Wed,  3 Jan 2018 19:10:48 -0800
       
       Update crontab example for sending at 6 AM
       
       Diffstat:
         M README.md                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -12,4 +12,4 @@ Configure the lat/long/zipcode/recipient e-mail address in `fetch_and_mail.sh`.
        To get the weather forecast in your inbox every morning, add an entry to 
        crontab (using e.g.  `crontab -e`):
        
       -    06 00 * * *  cd ~/nws-forecast-mailer && bash fetch_and_mail.sh
       +    00 06 * * *  cd ~/nws-forecast-mailer && bash fetch_and_mail.sh