updated ABC example queries

master
Dylan Lloyd 2012-12-06 20:28:49 -05:00
parent 514faf51a1
commit cea9e54d49
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ triggers startend => "choose";
zci answer_type => "rand";
primary_example_queries 'yes or no';
secondary_example_queries 'this or that or none';
primary_example_queries 'choose yes or no';
secondary_example_queries 'choose heads or tails', 'choose this or that or none';
description 'make a random choice';
name 'ABC';
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/ABC.pm';