From 02af19e4e9501277cd3c412a883458b90c78c1fe Mon Sep 17 00:00:00 2001 From: John Mair Date: Thu, 9 Dec 2010 03:06:52 +1300 Subject: [PATCH] cleared up info in docs --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 73608521..ff678017 100644 --- a/README.markdown +++ b/README.markdown @@ -5,7 +5,7 @@ Pry _attach an irb-like session to any object at runtime_ -Pry is a simple Ruby REPL that specializes in the interactive +Pry is a simple Ruby REPL (Read-Eval-Print-Loop) that specializes in the interactive manipulation of objects during the running of a program. * Install the [gem](https://rubygems.org/gems/pry): `gem install pry`