mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Slight readability improvement in README (#1955)
This commit is contained in:
parent
e4bfc51d54
commit
e3791a5f65
1 changed files with 4 additions and 4 deletions
|
@ -60,10 +60,10 @@ Overview
|
|||
--------
|
||||
|
||||
Pry is fairly flexible and allows significant user
|
||||
[customization](https://github.com/pry/pry/wiki/Customization-and-configuration)
|
||||
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 making it a good choice for implementing custom shells.
|
||||
[customization](https://github.com/pry/pry/wiki/Customization-and-configuration).
|
||||
It is trivial 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, making it a good choice for implementing custom shells.
|
||||
|
||||
Pry comes with an executable so it can be invoked at the command line. Just
|
||||
enter `pry` to start. A `pryrc` file in `$XDG_CONFIG_HOME/pry/` or the user's
|
||||
|
|
Loading…
Add table
Reference in a new issue