2 parents 92f3154 + 3d22ffb commit 6a0fcf5Copy full SHA for 6a0fcf5
1 file changed
README.md
@@ -192,8 +192,8 @@ client = Uber::Client.new do |config|
192
config.bearer_token = "USER_ACCESS_TOKEN"
193
end
194
195
-place = client.places 'home'
196
-place.address #=> retuns fully qualified address of location
+place = client.place 'home'
+place.address #=> returns fully qualified address of location
197
```
198
199
### Update addresses
0 commit comments