README.rdoc in morgoth-picasa-0.1.2 vs README.rdoc in morgoth-picasa-0.1.3
- old
+ new
@@ -12,13 +12,13 @@
config.gem "morgoth-picasa", :lib => "picasa"
== Usage
- Picasa.albums(:google_username => 'google_username')
+ Picasa.albums(:google_user => 'google_username')
#=> [ {:id => "666", :title => "satan-album", :photos_count => 6}, {another one} ]
- Picasa.photos(:google_username => google_username, :album_id => 'album_id')
+ Picasa.photos(:google_user => 'google_username', :album_id => 'album_id')
#=> {:photos => [{ :title, :thumbnail_1, :thumbnail_2, :thumbnail_3, :photo },{}],
# :slideshow => "link to picasa slideshow"}
= Copyright