From 99c0cb3545c41f46c728b778bba3e411f0bb9868 Mon Sep 17 00:00:00 2001 From: John Mair Date: Sat, 19 Feb 2011 23:28:41 +1300 Subject: [PATCH] udpated readme --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 85ba2ce9..bb9180bb 100644 --- a/README.markdown +++ b/README.markdown @@ -101,11 +101,11 @@ an instance variable inside that class: Beginning Pry session for 20 pry(20:2)> self + 10 => 30 - pry(20:2)> exit + pry(20:2)> cd .. Ending Pry session for 20 - pry(Hello):1> exit + pry(Hello):1> cd .. Ending Pry session for Hello - pry(main)> exit + pry(main)> cd .. Ending Pry session for main The number after the `:` in the pry prompt indicates the nesting