From 791035e03b11b79a83381b7213bbe19ff46ca3cf Mon Sep 17 00:00:00 2001 From: Orakaro Date: Wed, 9 Jul 2014 06:24:22 +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 332a280..646f7c4 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` folder with folowwing content. +* Create a file `consumer.py` in [`rainbowstream`](https://github.com/DTVD/rainbowstream/tree/master/rainbowstream) folder with folowwing content. ```python # Consumer information CONSUMER_KEY = 'APIKey' # Your Twitter application's API key -- 2.25.1