1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Merge pull request #488 from benlangfeld/patch-1

README typos
This commit is contained in:
John Mair 2012-03-11 04:47:10 -07:00
commit cf9f41f5d0

View file

@ -33,9 +33,9 @@ these include:
* Gist integration * Gist integration
* Navigation around state (`cd`, `ls` and friends) * Navigation around state (`cd`, `ls` and friends)
* Runtime invocation (use Pry as a developer console or debugger) * Runtime invocation (use Pry as a developer console or debugger)
* Exotic object support (BasicObject ins * Exotic object support (BasicObject instances, IClasses, ...)
* tances, IClasses, ...) * A Powerful and flexible command system
* A Powerful and flexible command system* Ability to view and replay history * Ability to view and replay history
* Many convenience commands inspired by IPython, Smalltalk and other advanced REPLs * 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. * A wide-range number of [plugins](https://github.com/pry/pry/wiki/Available-plugins) that provide remote sessions, full debugging functionality, and more.