From e75d45fc195c95b5b562751d036ef5f0f3edfa48 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 9 Apr 2022 11:19:45 +0900 Subject: [PATCH] Update README.md Github -> GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 950a02f344..c9893bb825 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Example: `git commit -m "Added the help.md file"` 5. Next, push your changes to your forked repository: `git push https://github.com/your_fork_name/documentation main` 6. Next, we repeat steps 6 and 7 above: Create a Pull Request. This request lets the upstream administrators know that you have a new file (or files) that you would like them to merge with the master branch. Click on "Pull Request" in the upper-left of the screen -Once all of the above is complete, you wait for confirmation that Github successfully merged your request. (Or not, as the case may be.) +Once all of the above is complete, you wait for confirmation that GitHub successfully merged your request. (Or not, as the case may be.) ## More Advanced Documents