aboutsummaryrefslogtreecommitdiff
path: root/bridges/GoogleSearchBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/GoogleSearchBridge.php')
-rw-r--r--bridges/GoogleSearchBridge.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/GoogleSearchBridge.php b/bridges/GoogleSearchBridge.php
index 222fac3f..fd9a4911 100644
--- a/bridges/GoogleSearchBridge.php
+++ b/bridges/GoogleSearchBridge.php
@@ -18,7 +18,8 @@ class GoogleSearchBridge extends BridgeAbstract {
const PARAMETERS = array(array(
'q' => array(
'name' => 'keyword',
- 'required' => true
+ 'required' => true,
+ 'exampleValue' => 'rss-bridge',
)
));