From f9929c21d6845e9f5114bcb1be75080abc8ccd46 Mon Sep 17 00:00:00 2001 From: Derek Gottlieb Date: Sat, 19 Nov 2016 15:35:23 -0600 Subject: [PATCH] Replace abandoned watchr gem with maintained observr fork --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 590854799..dbca6f7b6 100644 --- a/README.rdoc +++ b/README.rdoc @@ -142,14 +142,14 @@ If you prefer, you can keep the koans running in the background so that after yo make a change in your editor, the koans will immediately run again. This will hopefully keep your focus on learning Ruby instead of on the command line. -Install the Ruby gem (library) called +watchr+ and then ask it to +Install the Ruby gem (library) called +observr+ and then ask it to "watch" the koans for changes: cd ruby_koans rake # decide to run rake automatically from now on as you edit - gem install watchr - watchr ./koans/koans.watchr + gem install observr + observr ./koans/koans.watchr == Inspiration