From 4e0c300b4c6682d320bbc445874d243e44a5c980 Mon Sep 17 00:00:00 2001
From: Tapan Prakash <tapanprakasht@gmail.com>
Date: Fri, 23 Sep 2016 09:58:06 +0530
Subject: [PATCH 1/2] Added tapanprakasht to Contributors list

---
 Contributors.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Contributors.md b/Contributors.md
index 1f11b3725a..06ab52c1ef 100644
--- a/Contributors.md
+++ b/Contributors.md
@@ -1,3 +1,4 @@
 - [ Roshan Jossey ]( https://github.com/Roshanjossey )
 - [Ujjwal](https://github.com/uforujjwal/first-contributions)
 - [Shruthi](https://github.com/lakshmishruthi/first-contributions) 
+- [Tapan Prakash T](https://github.com/tapanprakasht/first-contributions)
\ No newline at end of file
-- 
GitLab


From dbd23487be520e6ac872c6489aa89a37f8d75c77 Mon Sep 17 00:00:00 2001
From: Tapan Prakash <tapanprakasht@gmail.com>
Date: Fri, 23 Sep 2016 10:06:32 +0530
Subject: [PATCH 2/2] Fixed typo error in README

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

diff --git a/README.md b/README.md
index 051f34ca46..6139473cc1 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Go in to that directory
 cd first-contributions
 ```
 
-Now cut a branch using `git checkout command`
+Now create a branch using `git checkout command`
 
 ```
 git checkout -b add-your-name
-- 
GitLab