Slight readability improvement in README (#1955)

This commit is contained in:
Steve Shreeve 2019-03-01 12:55:49 -07:00 committed by Kyrylo Silin
parent e4bfc51d54
commit e3791a5f65
1 changed files with 4 additions and 4 deletions

View File

@ -60,10 +60,10 @@ Overview
-------- --------
Pry is fairly flexible and allows significant user Pry is fairly flexible and allows significant user
[customization](https://github.com/pry/pry/wiki/Customization-and-configuration) [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 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 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. 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 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 enter `pry` to start. A `pryrc` file in `$XDG_CONFIG_HOME/pry/` or the user's