From 9b3c3eead9ea4dd5b316b8bedf16ed7c72a38611 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Wed, 10 Apr 2013 10:43:18 -0500 Subject: [PATCH] Updated pry readme to reference jazz_hands gem --- README-pry.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-pry.md b/README-pry.md index 4d76de9..b602e0b 100644 --- a/README-pry.md +++ b/README-pry.md @@ -1,11 +1,11 @@ ### Install the gem ```bash -gem install pry -gem install pry-nav -gem install awesome_print +gem install jazz_hands ``` +[Jazz hands](https://github.com/nixme/jazz_hands) is a nice bundling of all pry-related gems. + ### Use pry * as irb: `pry`