README.rdoc in emonti-buby-1.1.1 vs README.rdoc in emonti-buby-1.1.2

- old
+ new

@@ -138,11 +138,11 @@ Here are some simple test examples using Buby through the IRB shell: To confirm you are connected back to Burp in IRB, you can try writing to the alerts panel with something like the following: - $buby.alert("hello Burp!") + $burp.alert("hello Burp!") Which should produce a new alert: 2:47:00 PM suite hello Burp! @@ -203,10 +203,10 @@ # Note: I'm using 'instance_eval' here only to stay with the flow of the # existing IRB session. Normally, you'd probably want to implement this as # an override in your Buby-derived class. - $buby.instance_eval do + $burp.instance_eval do def evt_proxy_message(*param) msg_ref, is_req, rhost, rport, is_https, http_meth, url, resourceType, status, req_content_type, message, action = param