X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=microbotany.git;a=blobdiff_plain;f=help.scm;h=9388421196535421e9029b671583f8b2ba1d6703;hp=991a71f79b878d3b68555c14733e99e1d061df01;hb=HEAD;hpb=5ec203d9e7c983a2f05f7093720f6fd7fb160d9e diff --git a/help.scm b/help.scm index 991a71f..1a109e5 100755 --- a/help.scm +++ b/help.scm @@ -1,18 +1,14 @@ (lambda (uri) - (import (chicken file) - (chicken pathname) - (chicken string) - uri-common) (let ((query (uri-query uri))) (if (null? query) (print "No account specified.") (begin (serve-document-header (ext->mime "gmi")) (print "# Caring for your plant\n\n" - "Growing a healthy plant is a big job! Here are the essential points:\n" + "Growing a healthy plant is a big job! Here are the important bits:\n" "\n" "* Water your seed at least once in the first 24hrs after planting.\n" - "* Water your plants every day, otherwise its growth may be stunted.̱\n" + "* To keep your plant growing nicely, be sure to water it every day.\n" "* Important: Plants that are not watered for 5 days will die!\n" "\n" "Heed these rules and your plant will thrive!\n"