diff --git a/README.md b/README.md
index 8d75a01..767995b 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,12 @@ This tutorial is designed for all those Java programmers who would like to under
- Hibernate Transaction Management Tutorial - In this tutorial, we will learn how to manage transactions in Hibernate applications.
@@ -37,10 +37,10 @@ This tutorial is designed for all those Java programmers who would like to under
-- Hibernate 5 Java Configuration Example - In this article, we will show you how to create a Hibernate Application using Java configuration without using hibernate.cfg.xml to connect MySQL database.
+- Hibernate 5 Java Configuration Example - In this article, we will show you how to create a Hibernate Application using Java configuration without using hibernate.cfg.xml to connect to a MySQL database.
@@ -153,7 +153,7 @@ This tutorial is designed for all those Java programmers who would like to under
-- Guide to Hibernate 5 Schema Generation - In this guide, You will learn how does Hibernate allows you to generate the database from the entity mappings. In this guide, we will following points.
+- Guide to Hibernate 5 Schema Generation - In this guide, You will learn how Hibernate allows you to generate the database from the entity mappings. In this guide, we will illustrate the following points.