From f3dd80d73ff4b140e6a34b213613963844572b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20SAUVAGE?= Date: Thu, 15 Aug 2013 16:19:43 +0200 Subject: [PATCH] Update TwitterBridge.php --- bridges/TwitterBridge.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/TwitterBridge.php b/bridges/TwitterBridge.php index b475e036..fcc3967b 100644 --- a/bridges/TwitterBridge.php +++ b/bridges/TwitterBridge.php @@ -5,7 +5,7 @@ * * @name Twitter Bridge * @description Returns user timelines or keyword/hashtag search results (without using their API). -* @use1(q="keyword or hashtag") +* @use1(q="keyword or #hashtag") * @use2(u="username") */ class TwitterBridge extends BridgeAbstract{ @@ -51,4 +51,4 @@ class TwitterBridge extends BridgeAbstract{ public function getCacheDuration(){ return 300; // 5 minutes } -} \ No newline at end of file +}