Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3068 from duckduckgo/brian/remove-tablet-from-rxinfo
Browse files Browse the repository at this point in the history
RxInfo: Remove trigger on tablet
  • Loading branch information
moollaza authored Dec 7, 2016
2 parents 0696722 + 4f89e4c commit 0317474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Spice/RxInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package DDG::Spice::RxInfo;
use strict;
use DDG::Spice;

triggers startend => 'pill', 'rxinfo', 'capsule', 'tablet', 'softgel', 'caplets';
triggers startend => 'pill', 'rxinfo', 'capsule', 'softgel', 'caplets';

spice to => 'http://rximage.nlm.nih.gov/api/rximage/1/rxbase?resolution=300&includeIngredients=true&parse=$1';
spice from => '(.*?)/(\d)';
Expand Down

0 comments on commit 0317474

Please sign in to comment.