docs/deploying.md in chatterbot-2.0.5 vs docs/deploying.md in chatterbot-2.1.0
- old
+ new
@@ -43,11 +43,5 @@
**NOTE:** You need to call `update_config` to update the last tweet your script
has processed -- if you don't have this call, you will get duplicate
tweets.
-Streaming
----------
-
-Chatterbot has rough support for the Streaming API. If your bot can
-use it, it's a great option, because you get your data immediately.
-You can read more about setting up a bot to use [streaming](streaming.html).