Skip to content

Commit

Permalink
Merge pull request #15 from merrua/patch-1
Browse files Browse the repository at this point in the history
Update example in ReadMe
  • Loading branch information
samjudson authored Aug 29, 2016
2 parents 3725b81 + 7e270da commit 8d05a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PhotoCollection photos = flickr.PhotosSearch(options);
foreach(Photo photo in photos)
{
Console.WriteLine("Photo {0} has title {1}", photo.PhotoID, photo.Title);
Console.WriteLine("Photo {0} has title {1}", photo.PhotoId, photo.Title);
}
~~~

Expand Down

0 comments on commit 8d05a41

Please sign in to comment.