RISCfuture / dropbox

An easy-to-use client library for the official Dropbox API.
MIT License
518 stars 46 forks source link

Minor error in README.rdoc example #30

Closed mike15 closed 13 years ago

mike15 commented 13 years ago

In the tutorial by example, the code listed: session.upload('testfile.txt') uploaded_file = session.file('testfile.txt', '/')

Being new to this gem, I think the two command parameters are swapped and should be: session.upload('testfile.txt', '/') uploaded_file = session.file('/testfile.txt')

Thanks!

RISCfuture commented 13 years ago

Fixed.