diff --git a/README.md b/README.md index 07cd5b6..35c8314 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The project is a chatbot written in Python 3 primarily for use with Discord. Cur ## Features ### Weather -This week's weather. This uses the user's saved location if they set one: +This week's weather. This uses the user's saved loca:ption if they set one: ![The week's weather](images/week_weather.png) @@ -93,4 +93,4 @@ The `global_config` object in `config.py` is also a bit of a bad design in my op I am happy with the [Redis](https://redis.io/) integration as this was my first time trying out a NoSQL solution. I feel that its simplicity made it easier to work with than your traditional SQL solution, which would require the creation and management of tables and schemata. If we did go with an SQL solution, I think the use of an ORM (Object-Relational Mapping) framework such as [SQLAlchemy](https://www.sqlalchemy.org/) would've kept the team efficient. -I also wished I spent more time working on refining and creating features to give the bot much more personality. But as I whole, I am happy with the outcome. \ No newline at end of file +I also wished I spent more time working on refining and creating features to give the bot much more personality. But as I whole, I am happy with the outcome.