]> jfr.im git - z_archive/twitter.git/blobdiff - README
Merge branch 'master' of github.com:sixohsix/twitter
[z_archive/twitter.git] / README
diff --git a/README b/README
index ff75ab929d6d6c8e9f67537446cc047cede34dbf..1a1bc782c4f6e0d6307b9ad461c1f7f089efa416 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Python Twitter Tools
 ====================
 
-[![Build Status](https://travis-ci.org/sixohsix/twitter.svg)](https://travis-ci.org/sixohsix/twitter)
+[![Build Status](https://travis-ci.org/sixohsix/twitter.svg)](https://travis-ci.org/sixohsix/twitter) [![Coverage Status](https://coveralls.io/repos/sixohsix/twitter/badge.png?branch=master)](https://coveralls.io/r/sixohsix/twitter?branch=master)
 
 The Minimalist Twitter API for Python is a Python API for Twitter,
 everyone's favorite Web 2.0 Facebook-style status updater for people
@@ -239,7 +239,8 @@ waiting for tweets.
 The `block` parameter sets the stream to be fully non-blocking. In
 this mode, the iterator always yields immediately. It returns
 stream data, or `None`. Note that `timeout` supercedes this
-argument, so it should also be set `None` to use this mode.
+argument, so it should also be set `None` to use this mode, 
+and non-blocking can potentially lead to 100% CPU usage.
 
 Twitter Response Objects
 ------------------------