From dc97abcae2dff7ab78c53cf1934ae3243436725d Mon Sep 17 00:00:00 2001 From: tk421 <42457203+tk421bsod@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:56:34 -0700 Subject: [PATCH] Fix formatting in PR section of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80fc888..c82f515 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Introduction to using git and GitHub. Will lead you through your first fork, clo # Create a Pull Request (PR) -1. After refreshing the page for YOUR fork you should see a message stating that your branch is 1 commit ahead of `auberonedu/github-intro:main`. To the right of this there is a *Contribute# button. Click the *Contribute* button, and then click on the green *Open pull request* button. +1. After refreshing the page for YOUR fork you should see a message stating that your branch is 1 commit ahead of `auberonedu/github-intro:main`. To the right of this there is a *Contribute* button. Click the *Contribute* button, and then click on the green *Open pull request* button. ![Screenshot showing how to begin opening a pull request](images/begin-pr-screenshot.png) 1. This will take you to a new page. At the bottom of the page you should see a visual representation of the differences (diff) your new change will introduce. Add a title and description to your pull request (PR). 1. Click *Create pull request* to open the pull request.