README.md in pricehubble-0.1.0 vs README.md in pricehubble-0.2.0

- old
+ new

@@ -63,11 +63,14 @@ # The base URL of the API (there is no staging/canary # endpoint we know about) conf.base_url = 'https://api.pricehubble.com' - # Writes to stdout by default + # Writes to stdout by default, or use the Rails logger if present conf.logger = Logger.new(IO::NULL) + + # Enable request logging or not + conf.request_logging = true end ``` The pricehubble gem comes with sensitive defaults as you can see. For most users an extra configuration, beside the authorization credentials, is not