Skip to content

Commit

Permalink
Merge pull request picklepete#42 from gitter-badger/gitter-badge
Browse files Browse the repository at this point in the history
Add a Gitter chat badge to README.rst
  • Loading branch information
coddingtonbear committed May 14, 2015
2 parents 7f7becb + 8d881d6 commit e6d51f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6d51f4

Please sign in to comment.