From b4ef85d45788408b6011e7240c1c56cfbb6d61f2 Mon Sep 17 00:00:00 2001 From: John Mair Date: Sun, 30 Jan 2011 15:00:19 +1300 Subject: [PATCH] fixed docs --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a5c15f72..3f88bfc9 100644 --- a/README.markdown +++ b/README.markdown @@ -18,7 +18,8 @@ commands such as `show_method` and `show_doc` Pry is also fairly flexible and allows significant user customization. It is trivial to set it to read from any object that has a `readline` method and write to any object that has a -`puts` method - many other aspects of Pry are also configurable. +`puts` method - many other aspects of Pry are also configurable making +it a good choice for implementing custom shells. * Install the [gem](https://rubygems.org/gems/pry): `gem install pry` * Read the [documentation](http://rdoc.info/github/banister/pry/master/file/README.markdown)