README.md in film_snob-0.2.0 vs README.md in film_snob-0.2.1
- old
+ new
@@ -23,17 +23,21 @@
```ruby
snob = FilmSnob.new("https://www.youtube.com/watch?v=GwT3zH16w3s")
snob.watchable? #=> true
snob.site #=> :youtube
-snob.id #=> 'GwT3zH16w3s'
+snob.id #=> "GwT3zH16w3s"
+snob.title #=> "What Are You, The Coolest? With Robert Rodriguez"
+snob.html #=> "<iframe width=\"480\" height=\"270\" src=\"http://www.youtube.com/embed/GwT3zH16w3s?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>"
```
## Supported video providers
* YouTube
* Vimeo
* Hulu
+
+The same methods work with all of these providers.
## Testing
Run `rake` to run all of the rspecs.