From 8a7ff0aabacbebf694c3e27242809219a96d5a3b Mon Sep 17 00:00:00 2001 From: Michael Floering Date: Tue, 20 Apr 2021 08:14:18 -0700 Subject: [PATCH] Update PRY integration section (#411) Mention how `.pryrc` can be used so that a project always uses awesome_print. (I'm checking that file in for myself and my teammates.) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d254722..4e358d0 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,8 @@ AwesomePrint.irb! ### PRY integration ### If you miss awesome_print's way of formatting output, here's how you can use it in place -of the formatting which comes with pry. Add the following code to your ~/.pryrc: +of the formatting which comes with pry. Add the following code to your `~/.pryrc` +or your project's `./.pryrc`: ```ruby require "awesome_print"