Skip to content

Commit

Permalink
README: upload.upload returns the video_id (wasn't obvious)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Jackwerth committed Mar 29, 2011
1 parent 56d2c28 commit 9f63376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ Some methods have optional variables. Pass these as a hash at the end of a call.
upload.get_quota
upload.verify_chunks("ticket_id")

# supports File, String (a file path), #read
upload.upload("movie.mp4")
# all-in-one solution, supports File, String (a file path), #read
video_id = upload.upload("movie.mp4")

### Vimeo::Advanced::Video

Expand Down

0 comments on commit 9f63376

Please sign in to comment.