From 03ddbba37a2bc04cd058521280bb57ae07341453 Mon Sep 17 00:00:00 2001 From: John Mair Date: Tue, 22 Feb 2011 16:49:53 +1300 Subject: [PATCH] updated readme --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d672af03..ae469582 100644 --- a/README.markdown +++ b/README.markdown @@ -13,7 +13,8 @@ session to your code (with Pry) instead of bringing your code to a REPL session (as with IRB). It is not based on the IRB codebase, and implements some unique REPL -commands such as `show-method`, `show-doc`, `ls` and `cd` +commands such as `show-method`, `show-doc`, `ls` and `cd` (type `help` +to get a full list). Pry is also fairly flexible and allows significant user [customization](http://rdoc.info/github/banister/pry/master/file/wiki/Customizing-pry.md). It