summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Shreeve <steve.shreeve@gmail.com>2019-03-01 12:55:49 -0700
committerKyrylo Silin <silin@kyrylo.org>2019-03-01 21:55:49 +0200
commite3791a5f65cb3d7ea6771a63145c0966a3731302 (patch)
tree724ffac4f63ea7c9ea6191124840166690bf3e66 /README.md
parente4bfc51d54a50a970a0deb656116e01eb838843c (diff)
downloadpry-e3791a5f65cb3d7ea6771a63145c0966a3731302.tar.gz
Slight readability improvement in README (#1955)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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