Skip to content

Commit 3d5e2b3

Browse files
authored
Update README.md (elsewhencode#168)
Github -> GitHub github -> GitHub
1 parent d433cc2 commit 3d5e2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ There are a set of rules to keep in mind:
9595

9696
_Why:_
9797

98-
> It protects your production-ready branches from receiving unexpected and irreversible changes. read more... [Github](https://help.github.com/articles/about-protected-branches/), [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html) and [GitLab](https://docs.gitlab.com/ee/user/project/protected_branches.html)
98+
> It protects your production-ready branches from receiving unexpected and irreversible changes. read more... [GitHub](https://help.github.com/articles/about-protected-branches/), [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html) and [GitLab](https://docs.gitlab.com/ee/user/project/protected_branches.html)
9999
100100
<a name="git-workflow"></a>
101101

@@ -210,7 +210,7 @@ Having a good guideline for creating commits and sticking to it makes working wi
210210
- For projects with more than one repository, provide links to them in their respective `README.md` files.
211211
- Keep `README.md` updated as a project evolves.
212212
- Comment your code. Try to make it as clear as possible what you are intending with each major section.
213-
- If there is an open discussion on github or stackoverflow about the code or approach you're using, include the link in your comment.
213+
- If there is an open discussion on GitHub or stackoverflow about the code or approach you're using, include the link in your comment.
214214
- Don't use comments as an excuse for a bad code. Keep your code clean.
215215
- Don't use clean code as an excuse to not comment at all.
216216
- Keep comments relevant as your code evolves.

0 commit comments

Comments
 (0)