tupdate readme to reflect stdout output - canteen-info - scrape weekly menus from canteens surrounding Aarhus University
 (HTM) git clone git://src.adamsgaard.dk/canteen-info
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 56b927d6c0bc8b6da641ccec58066cbf60def2fe
 (DIR) parent 7fc6d3fe34290df2b6747c97bb812bb69cc1d710
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 10 Mar 2015 12:36:20 +0100
       
       update readme to reflect stdout output
       
       Diffstat:
         M README.md                           |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -18,11 +18,11 @@ To generate the output HTML webpage run:
        
            $ canteeninfo
        
       -The HTML file will be saved in the current folder as `canteeninfo.html`. I
       -recommend copying the file to the www root folder if the machine hosts a
       -webserver or transfering the file to a webserver using SCP. It is also
       -recommended to automatically regenerate the page with a cron job, (``crontab
       --e``). For example:
       +The HTML file will be output. To save it as a file in the current folder run
       +`canteeninfo > ./canteeninfo.html`. I recommend copying the file to the www root
       +folder if the machine hosts a webserver or transfering the file to a webserver
       +using SCP. It is also recommended to automatically regenerate the page with a
       +cron job, (``crontab -e``). For example:
        
            30 *   * * *   canteeninfo > /tmp/canteeninfo.html && scp /tmp/canteeninfo.html adc@fh.cs.au.dk:~/public_html_cs/files > ~/.canteeninfo.log