README.md in whois-3.2.1 vs README.md in whois-3.3.0

- old
+ new

@@ -89,10 +89,10 @@ w.lookup("2001:db8::1428:57ab") w.lookup("google.it") If you just need a WHOIS response and you don't care about a full control of the WHOIS client, the {Whois} module provides an all-in-one method called {Whois.whois}. This is the simplest way to send a WHOIS request. - Whois.lookup("google.com") + Whois.whois("google.com") # => #<Whois::Record> Did I mention you can even use blocks? Whois::Client.new do |w|