[Typo] Missing line break

This commit is contained in:
Ben Langfeld 2012-03-11 11:31:45 +00:00
parent 5635e7bcea
commit 279f2dca17
1 changed files with 2 additions and 1 deletions

View File

@ -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.