From f7533383203f2383318ae4eedc22fcb132f47874 Mon Sep 17 00:00:00 2001 From: Mike Gran Date: Wed, 10 Feb 2021 11:26:10 -0800 Subject: [PATCH] Change title to potato make in README.me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6243d60..073d841 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# studious-potato +# POTATO MAKE A build tool written in Guile Scheme. @@ -40,7 +40,7 @@ is named `makefile.scm`; however, you may choose any name. exec guile -s "$0" "$@" !# - (use-modules (studious-potato)) + (use-modules (potato make)) (setup (command-line))