From 692cbfebd88e02ac1e11c81b68ff658891c0195b Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 3 Oct 2021 16:05:16 -0600 Subject: [PATCH] Missing "`" in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee47eca..a812c0c 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ This version is still very early in development and things are very likely to ch ## Project Layout * [`geoffrey_models`](./geoffrey_models): Models used throughout Geoffrey, split into their own library for reuse. -* [`geoffrey_db](./geoffrey_db): Wrapper around [Sled](https://github.com/spacejam/sled) that implements the +* [`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. +* [`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. ## License