README.md in fastly-0.5 vs README.md in fastly-0.9

- old
+ new

@@ -1,9 +1,9 @@ Fastly - client library for interacting with the Fastly web acceleration service # Example - fastly = Net::Fastly.new(%login_opts); + fastly = Fastly.new(login_opts); current_user = fastly.current_user; current_customer = fastly.current_customer; user = fastly.get_user(current_user.id);