From 29a71f7c4e028bf87fbd1f7a2fcb384ae0074e80 Mon Sep 17 00:00:00 2001 From: Aditya Bhushan Dwivedi <adityabhushandwivedi@gmail.com> Date: Sun, 23 Oct 2016 20:41:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b56d57cd34..6957c6564c 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ This is a way of telling git that another version of this project exists in the ``` git fetch upstream ``` -Here we're fetching all the changes is my fork (upstream remote) +Here we're fetching all the changes in my fork (upstream remote) ``` git rebase upstream/master -- GitLab