From d24c52277a05bd68c81331e87b1e5ec1e4d32a9c Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Wed, 20 Sep 2017 20:03:48 +0000 Subject: [PATCH] Update readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b3a2d0b..8e9a3af 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,6 @@ If your plant goes 5 days without water, it will die! } ``` -### testing features -* ASCII art only shows first few stages of growth - more coming soon! - ### to-dos * Finish garden feature * Water neighbor's plants @@ -68,4 +65,3 @@ If your plant goes 5 days without water, it will die! ## credits * thank you tilde.town for inspiration! -* Thank you @etkirsch for [this gist](https://gist.github.com/etkirsch/53505478f53aeeac24a5) - python curses can be nightmarish!