From: Orakaro Date: Tue, 8 Jul 2014 21:26:23 +0000 (+0900) Subject: Update README.md X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=76cbed001eedac6d471e250fbdc2e4c8ad40cea5;p=rainbowstream.git Update README.md --- diff --git a/README.md b/README.md index 646f7c4..aa994b2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ If you want to build a runnable version yourself, follow these simple steps * [Create your own Twitter Application](https://apps.twitter.com/app/new) * Get your Twitter application's API key and secret * Fork this repo -* Create a file `consumer.py` in [`rainbowstream`](https://github.com/DTVD/rainbowstream/tree/master/rainbowstream) folder with folowwing content. +* Create a file `consumer.py` in [`rainbowstream`](https://github.com/DTVD/rainbowstream/tree/master/rainbowstream) folder with following content ```python # Consumer information CONSUMER_KEY = 'APIKey' # Your Twitter application's API key