diff --git a/README.md b/README.md
index 69c5bac..b4a2aa4 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
A Simple Blog
@@ -44,7 +44,7 @@ A simple blog web application to learn full-stack web development.
Details
* Developing based on the [Web Developer Bootcamp](https://www.udemy.com/share/1013gG/) course.
* Using EJS for file organization and templating (components).
-* Learning much about SQL CRUD operations, schema, SQL databases (SQLlite), noSQL databases, and Mongoose ODM.
+* Learning much about SQL CRUD operations, schema, SQL databases (SQLite), noSQL databases, and Mongoose ODM.
* Connecting to a MongoDB database storing post info, with a hidden method on the blog site for creating new posts.
### Built With