From af4540e54e46f82e3b3fe1e7384eeb810733dbf5 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 6 Jul 2021 13:17:44 -0700 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d5d7ac..9e91f25f 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Plugin | Description [UrlTitles](Plugins/UrlTitles.pm) | When a URL is seen in a channel, intelligently display its title. It will not display titles that are textually similiar to the URL, in order to maintain the channel signal-noise ratio. [Quotegrabs](Plugins/Quotegrabs.pm) | Grabs channel messages as quotes for posterity. Can grab messages from anywhere in the channel history. Can grab multiple messages at once! [Weather](Plugins/Weather.pm) | Fetches and shows weather data for a location. -[Wolfram](Plugins/Wolfram.pm) | Queries Wolfram|Alpha for answers. +[Wolfram](Plugins/Wolfram.pm) | Queries Wolfram\|Alpha for answers. [Wttr](Plugins/Wttr.pm) | Advanced weather Plugin with tons of options. Uses wttr.in. [RemindMe](Plugins/RemindMe.pm) | Lets people set up reminders. Lots of options. [ActionTrigger](Plugins/ActionTrigger.pm) | Lets admins set regular expression triggers to execute PBot commands or factoids.