From f305e31a86b4ef88826175c9c5f66f8f371ff77f Mon Sep 17 00:00:00 2001
From: adityagandhamal <61016383+adityagandhamal@users.noreply.github.com>
Date: Fri, 28 Aug 2020 20:21:36 +0530
Subject: [PATCH 1/2] Update README.md

Fixed typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3b80b87..17c554f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # multi-modal-emotion-prediction
 
 Project developed during Google Summer of Code.
-The repository contains a multi-modal machine learning model utilizing audio and text to prediction emotional rating of sentences. The model is based on bi-directional LSTM cells.
+The repository contains a multi-modal machine learning model utilizing audio and text to predict emotional rating of sentences. The model is based on bi-directional LSTM cells.
 For more (waaaaay more) information visit the wiki page.
 
 ## Getting Started

From 4bc2de8e1d4a55a56cc64d0bea39941a5270ccf2 Mon Sep 17 00:00:00 2001
From: adityagandhamal <61016383+adityagandhamal@users.noreply.github.com>
Date: Sat, 29 Aug 2020 18:17:33 +0530
Subject: [PATCH 2/2] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 17c554f..d72400a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # multi-modal-emotion-prediction
 
 Project developed during Google Summer of Code.
-The repository contains a multi-modal machine learning model utilizing audio and text to predict emotional rating of sentences. The model is based on bi-directional LSTM cells.
+The repository contains a multi-modal machine learning model utilizing audio and text to predict the emotional rating of sentences. The model is based on bi-directional LSTM cells.
 For more (waaaaay more) information visit the wiki page.
 
 ## Getting Started