Fixed typo in the README.md

main
Joey Hines 2021-11-14 17:07:13 -07:00
parent 04d9c29458
commit bc4936febd
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
1 changed files with 1 additions and 1 deletions

View File

@ -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)