From e3791a5f65cb3d7ea6771a63145c0966a3731302 Mon Sep 17 00:00:00 2001 From: Steve Shreeve Date: Fri, 1 Mar 2019 12:55:49 -0700 Subject: Slight readability improvement in README (#1955) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 61363285..7b8c574f 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1