From 826bcf9eb13ad8d11f21dc2d9a67ea45a883bae6 Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 18 Dec 2014 16:36:22 -0800 Subject: [PATCH] README updates [skip ci] --- DDG/README.md | 7 ++++++- DDG/__init__.py | 2 +- README.md | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/DDG/README.md b/DDG/README.md index ae64ff0..65c422b 100644 --- a/DDG/README.md +++ b/DDG/README.md @@ -1 +1,6 @@ -Searches results on DuckDuckGo. +Provides an interface to DuckDuckGo's web search. + +``` +<+sGLolol> %ddg eiffel tower +<@Atlas> The Eiffel Tower is an iron lattice tower located on the Champ de Mars in Paris. It was named after the engineer Gustave Eiffel, whose company designed and built the tower. - +``` diff --git a/DDG/__init__.py b/DDG/__init__.py index 674eb63..c2ab284 100644 --- a/DDG/__init__.py +++ b/DDG/__init__.py @@ -29,7 +29,7 @@ ### """ -DDG: Searches results on DuckDuckGo. +DDG: Searches for results on DuckDuckGo. """ import supybot diff --git a/README.md b/README.md index 0c02d79..681f202 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ Please note that this list may not always be up to date; your best bet is to act Most of these plugins have their own READMEs in their folders; you can check them for a usage demonstration or further explanation of what they do. ##### DDG -- Looks for results on DuckDuckGo. +- Provides an interface to DuckDuckGo's web search. + - **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) ##### Isup - Provides a simple command to check whether a website is up or down (using [isup.me](http://isup.me)).