From bc4936febd4ec92781891ea64ebcd505bd36bfeb Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 14 Nov 2021 17:07:13 -0700 Subject: [PATCH] Fixed typo in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a812c0c..a51295b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ own library for reuse. * [`geoffrey_db`](./geoffrey_db): Wrapper around [Sled](https://github.com/spacejam/sled) that implements the database functionality. (This is subject to change a lot) * [`geoffrey_api`](./geoffrey_api): API wrapper around the database to provide data to the website, bot, plugin, etc. - It will have has parts, the command API and the model API. A lot of Geoffrey's logic is implemented here. + It will implement the command API and the model API. A lot of Geoffrey's logic is implemented here. ## License [License](LICENSE) \ No newline at end of file