Skip to content

Commit 8206a49

Browse files
authored
Update README.rst
1 parent 6ad66f0 commit 8206a49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.. image:: https://coveralls.io/repos/github/fronzbot/blinkpy/badge.svg?branch=master
2-
.. image:: https://travis-ci.org/fronzbot/blinkpy.svg?branch=master
3-
4-
**blinkpy**
1+
**blinkpy** |Build Status| |Coverage Status|
52
============
63
A Python library for the Blink Camera system
74

@@ -122,7 +119,10 @@ Sending True to this function will enable motion detection for the camera. Sett
122119
**BlinkCamera.image_to_file(path)**
123120
This will write the current thumbnail to the location indicated in 'path'
124121

125-
122+
.. |Build Status| image:: https://travis-ci.org/fronzbot/blinkpy.svg?branch=master
123+
:target: https://travis-ci.org/fronzbot/blinkpy
124+
.. |Coverage Status| image:: https://coveralls.io/repos/github/fronzbot/blinkpy/badge.svg?branch=master
125+
:target: https://coveralls.io/r/fronzbot/blinkpy?branch=master
126126

127127

128128

0 commit comments

Comments
 (0)