Update README.rst
authororakaro.targaryen <orakaro@users.noreply.github.com>
Thu, 21 Nov 2019 10:44:39 +0000 (19:44 +0900)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2019 10:44:39 +0000 (19:44 +0900)
README.rst

index 85db3eb5d7bb5d8ee2b68ea82b159e39b613b3a9..79fd54b6a4628c392bbcc386b97f1ee96a1e6e98 100644 (file)
@@ -1,7 +1,7 @@
 A Note about Twitter API Change
 -------------------------------
 
-Head up! As Twitter **discontinues supporting** Stream API, RainbowStream's stream function has been stopped working for a long time. But here is a good new, from version 1.5.0 we switched to a Polling Strategy that using the `home` command to check for every 90 seconds. Notes that rate limit for `home` command itseld is 15 times per 15 minutes, so don't abuse it too much to leave space for the polling stream :)
+Heads-up! As Twitter **discontinues supporting** Stream API, RainbowStream's stream function has been stopped working for a long time. But here is a good new, from version 1.5.0 we **switched to a Polling Strategy** that using the `home` command to check for every 90 seconds. Notes that rate limit for `home` command itself is 15 times per 15 minutes, so don't abuse it too much to leave space for the polling stream :)
 
 If you are interested in detail: https://github.com/orakaro/rainbowstream/issues/271