README.txt in patron-0.4.9 vs README.txt in patron-0.4.10

- old
+ new

@@ -15,9 +15,10 @@ sess = Patron::Session.new sess.timeout = 10 sess.base_url = "http://myserver.com:9900" sess.headers['User-Agent'] = 'myapp/1.0' + sess.enable_debug "/tmp/patron.debug" The Session is used to make HTTP requests. resp = sess.get("/foo/bar")