From 76cbed001eedac6d471e250fbdc2e4c8ad40cea5 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Wed, 9 Jul 2014 06:26:23 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1