From 5635e7bceaa1abbe2a2c1d92d637f0b665ab29c9 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Sun, 11 Mar 2012 11:28:16 +0000 Subject: [PATCH 1/2] [Typo] Fix a mistaken line break --- README.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index ed2b5a0e..a3bd1e02 100644 --- a/README.markdown +++ b/README.markdown @@ -33,8 +33,7 @@ these include: * Gist integration * Navigation around state (`cd`, `ls` and friends) * Runtime invocation (use Pry as a developer console or debugger) -* Exotic object support (BasicObject ins -* tances, IClasses, ...) +* Exotic object support (BasicObject instances, IClasses, ...) * A Powerful and flexible command system* Ability to view and replay history * Many convenience commands inspired by IPython, Smalltalk and other advanced REPLs From 279f2dca177995c831269bcb26b04b9f91005554 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Sun, 11 Mar 2012 11:31:45 +0000 Subject: [PATCH 2/2] [Typo] Missing line break --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a3bd1e02..e5778d1f 100644 --- a/README.markdown +++ b/README.markdown @@ -34,7 +34,8 @@ these include: * Navigation around state (`cd`, `ls` and friends) * Runtime invocation (use Pry as a developer console or debugger) * Exotic object support (BasicObject instances, IClasses, ...) -* A Powerful and flexible command system* Ability to view and replay history +* A Powerful and flexible command system +* Ability to view and replay history * Many convenience commands inspired by IPython, Smalltalk and other advanced REPLs * A wide-range number of [plugins](https://github.com/pry/pry/wiki/Available-plugins) that provide remote sessions, full debugging functionality, and more.