README.md in rmega-0.1.7 vs README.md in rmega-0.2.0

- old
+ new

@@ -78,10 +78,10 @@ end folder.download("~/Downloads/my_folder") # Download a file by url publid_url = 'https://mega.co.nz/#!MAkg2Iab!bc9Y2U6d93IlRRKVYpcC9hLZjS4G278OPdH6nTFPDNQ' -storage.download(public_url, '~/Downloads') +Rmega.download(public_url, '~/Downloads') ``` ### Upload ```ruby