README.md in meducation_sdk-0.3.1 vs README.md in meducation_sdk-0.3.2
- old
+ new
@@ -23,10 +23,11 @@
Resources accept the following methods:
```ruby
MeducationSDK::MediaFile.find(id)
MeducationSDK::MediaFile.find_each #=> do ... end
-MeducationSDK::MediaFile.where(foo: 'bar') #=> do ... end
+MeducationSDK::MediaFile.where(foo: 'bar') #=> []
+MeducationSDK::MediaFile.where(foo: 'bar').select([:id, :name]) #=> []
MeducationSDK::MediaFile.create(foo: 'bar')
```
The following objects are currently supported: