From 5bc936ded4bfc74e4858962da36afe3947ee7311 Mon Sep 17 00:00:00 2001 From: kohumukini Date: Thu, 9 Apr 2026 17:49:55 -0700 Subject: [PATCH] Changed wording: repo -> repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80fc888..96448a1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Introduction to using git and GitHub. Will lead you through your first fork, clo 1. Make sure you are logged into your GitHub account. 1. Fork this repository (repo) by clicking the *fork* button. ![Image of the fork button on a GitHub repository](images/fork-screenshot.png) - > A fork is a *GitHub* concept, not a git concept. It's creating a copy of the repo in your online GitHub account, but it doesn't download the code to your computer. If you have used Replit before, this is similar to creating a fork there. + > A fork is a *GitHub* concept, not a git concept. It's creating a copy of the repository in your online GitHub account, but it doesn't download the code to your computer. If you have used Replit before, this is similar to creating a fork there. 1. Keep this browser window open, we will return to it in a moment.