From 2108a058dc082e112c2bac7b38896cd8cc3c9802 Mon Sep 17 00:00:00 2001 From: John Mair Date: Mon, 31 Jan 2011 02:50:18 +1300 Subject: [PATCH] fixed docs --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 3f88bfc9..a760faf5 100644 --- a/README.markdown +++ b/README.markdown @@ -16,8 +16,8 @@ It is not based on the IRB codebase, and implements some unique REPL 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 +[customization](http://rdoc.info/github/banister/pry/master/file/wiki/Customizing-pry.md). 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 making it a good choice for implementing custom shells.