readme.md in appium_lib-9.4.4 vs readme.md in appium_lib-9.4.5

- old
+ new

@@ -67,5 +67,8 @@ [Log level](https://github.com/appium/ruby_lib/blob/1673a694121d2ae24ffd1530eb71b7015d44dc52/lib/appium_lib/logger.rb) can be adjusted. The default level is `Logger::WARN` ```ruby Appium::Logger.level = Logger::INFO ``` + +#### Load Pry +`Pry.config.pager = false` is set if you have no `.pryrc` files and `Pry` is defined.