README.md in pushbullet_client-0.0.9 vs README.md in pushbullet_client-0.0.10

- old
+ new

@@ -20,11 +20,15 @@ $ gem install pushbullet_client ## Usage ```ruby - require 'pushbullet_client' - client = PushBullet::Client.new(access_token: 'your access_token') + require 'pushbullet' + client = Pushbullet::Client.new(access_token: 'your access_token') + + # Some example calls + client.devices + ``` ### Endpoints - Chats - Devices