From dd60bfc25a114b1e8361a62ccd67a069754cd2ec Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 14 Jul 2017 04:06:21 -0300 Subject: [PATCH] Fixed typo (#61) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6decd3..4120aaf 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ There are a set of rules to keep in mind: * Protect your `develop` and `master` branch . _Why:_ - > It protects your production-ready branches from reciving unexpected and irreversible changes. read more... [Github](https://help.github.com/articles/about-protected-branches/) and [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html) + > It protects your production-ready branches from receiving unexpected and irreversible changes. read more... [Github](https://help.github.com/articles/about-protected-branches/) and [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html) ### 1.2 Git workflow