From c5080fcac6590181ba6562bba327f8b056c4fe06 Mon Sep 17 00:00:00 2001 From: Rajat Bansal Date: Fri, 18 Oct 2019 15:31:47 +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 f4790267d0d3..849c48757074 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository is meant to provide an example for *forking* a repository on GitHub. -Creating a *fork* is producing a personal copy of someone else's project. Forks act as a sort of bridge between the original repository and your personal copy. You can submit *Pull Requests* to help make other people's projects better by offering your changes up to the original project. Forking is at the core of social coding at GitHub. +Creating a *fork* is producing a personal copy of someone else's project. Forks act as a sort of bridge between the original repository and your personal copy of the repository. You can submit *Pull Requests* to help make other people's projects better by offering your changes up to the original project. Forking is at the core of social coding when it comes to GitHub. After forking this repository, you can make some changes to the project, and submit [a Pull Request](https://github.com/octocat/Spoon-Knife/pulls) as practice.