diff --git a/README.md b/README.md index 64315c6..5a2eb87 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ m.download(file) m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc') m.download(file, '/home/john-smith/Desktop') ``` +### Create a folder +```python +m.create_folder('new_folder') +``` ### Search account for a file, and get its public link ```python file = m.find('myfile.doc') @@ -93,6 +97,3 @@ if files: -Thanks to http://julien-marchand.com/blog/contact for examples - -