From 8d881d6691c01f905886ee972e1e1a280c756893 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Thu, 14 May 2015 04:35:47 +0000 Subject: [PATCH] Added Gitter badge --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index bfe8ba6..56ca5f9 100644 --- a/README.rst +++ b/README.rst @@ -163,3 +163,8 @@ Or, if you're downloading a particularly large file, you may want to use the `st >>> download = api.files['com~apple~Notes']['Documents']['big_file.zip'].open(stream=True) >>> with open('downloaded_file.zip', 'wb') as opened_file: opened_file.write(download.raw.read()) + + +.. image:: https://badges.gitter.im/Join%20Chat.svg + :alt: Join the chat at https://gitter.im/picklepete/pyicloud + :target: https://gitter.im/picklepete/pyicloud?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge \ No newline at end of file