From 206653346722bb669789a0e386f21a05a1d394c3 Mon Sep 17 00:00:00 2001 From: Sebastien SAUVAGE Date: Mon, 12 Aug 2013 22:54:09 +0200 Subject: [PATCH] Small corrections. --- README.md | 2 +- bridges/TwitterBridge.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edcafff7..f087e2ae 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Supported sites/pages === * `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr. - * `GoogleSearch` : Most recent results from Google Search. Parameters: + * `GoogleSearch` : Most recent results from Google Search. * `Twitter` : Twitter. Can return keyword/hashtag search or user timeline. diff --git a/bridges/TwitterBridge.php b/bridges/TwitterBridge.php index 799a0a92..65214126 100644 --- a/bridges/TwitterBridge.php +++ b/bridges/TwitterBridge.php @@ -4,8 +4,8 @@ * Based on https://github.com/mitsukarenai/twitterbridge-noapi * * @name Twitter Bridge -* @description Returns user timelines or keyword search from http://twitter.com without using their API. -* @use1(q="keyword") +* @description Returns user timelines or keyword/hashtag search results (without using their API). +* @use1(q="keyword or hashtag") * @use2(u="username") */ class TwitterBridge extends BridgeAbstract{