Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Jan 30, 2011
1 parent 9501428 commit b4ef85d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ commands such as `show_method` and `show_doc`
Pry is also fairly flexible and allows significant user
customization. It is trivial to set it to read from any
object that has a `readline` method and write to any object that has a
`puts` method - many other aspects of Pry are also configurable.
`puts` method - many other aspects of Pry are also configurable making
it a good choice for implementing custom shells.

* Install the [gem](https://rubygems.org/gems/pry): `gem install pry`
* Read the [documentation](http://rdoc.info/github/banister/pry/master/file/README.markdown)
Expand Down

0 comments on commit b4ef85d

Please sign in to comment.