From ffcd01a772783ed7b2bdf4cf1f8e2fcb8c013777 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 2 Feb 2020 07:49:36 -0700 Subject: [PATCH] switch to markdown like --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 229bb53..0bb1424 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ [![builds.sr.ht status](https://builds.sr.ht/~qbit/mcchunkie.svg)](https://builds.sr.ht/~qbit/mcchunkie?) -| Plugin | Match | Purpose | -|----------+-------------------------------+---------------------------------------------------------------------------------| -| beer | '^beer: ' | Queries [[https://public-us.opendatasoft.com/explore/dataset/open-beer-database/table/][OpenDataSoft]]'s beer database for a given beer. | -| botsnack | name: 'botsnack$' | Consumes a botsnack. This pleases mcchunkie and brings balance to the universe. | -| hi | name: '^hi' or 'hi$' | Friendly bots say hi. | -| highfive | name: 'o/' or '\o' | Everyone loves highfives. | -| love | name: 'i love you' | Spreading love where ever we can. | -| source | name: 'where is your source?' | Tell people where they can find more information on mcchunkie. | -| version | name: 'version$' | Bit of information about what we are. | +| Plugin | Match | Purpose | +|----------|-------------------------------|----------------------------------------------------------------------------------------------------------------------------------------| +| beer | '^beer: ' | Queries [OpenDataSoft](https://public-us.opendatasoft.com/explore/dataset/open-beer-database/table/)'s beer database for a given beer. | +| botsnack | name: 'botsnack$' | Consumes a botsnack. This pleases mcchunkie and brings balance to the universe. | +| hi | name: '^hi' or 'hi$' | Friendly bots say hi. | +| highfive | name: 'o/' or '\o' | Everyone loves highfives. | +| love | name: 'i love you' | Spreading love where ever we can. | +| source | name: 'where is your source?' | Tell people where they can find more information on mcchunkie. | +| version | name: 'version$' | Bit of information about what we are. |