Skip to content

Commit 8853fed

Browse files
authored
Merge pull request #317 from sspencerwire/fix_README
Fix command formatting
2 parents eec133a + a264b71 commit 8853fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Example: `mv /home/myname/help.md /home/myname/documentation/`
6969
3. Next, run Git add for that file name.
7070
Example: `git add help.md`
7171
4. Now, run git commit for the changes you have made.
72-
Example: `Git commit -m "Added the help.md file"
72+
Example: `Git commit -m "Added the help.md file"`
7373
5. Next, push your changes to your forked repository: `git push https://github.com/your_fork_name/documentation main`
7474
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
7575

0 commit comments

Comments
 (0)