From dd0234874b449923d6d4f3699c04b2e4ad6f7e21 Mon Sep 17 00:00:00 2001 From: William Belle Date: Fri, 24 Mar 2017 14:04:25 +0100 Subject: [PATCH] Fix typo on README (#187) Thanks! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ce872..c5e4e2c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ OBVIOUSLY we don't want secret things like SSL private keys and passwords to be NOT SO OBVIOUSLY when we store "secrets" in a VCS repo like Git or Mercurial, suddenly we are less able to share our code with other people. Communication between subteams of an organization is hurt. You can't collaborate as well. Either you find yourself emailing individual files around (yuck!), making a special repo with just the files needed by your collaborators (yuck!!), or just deciding that collaboration isn't worth all that effort (yuck!!!). -The ability to be open and transparent about our code, with the exception of a few specific files, is key to the kind of collaboration that DevOps and modern IT practitioniers need to do. +The ability to be open and transparent about our code, with the exception of a few specific files, is key to the kind of collaboration that DevOps and modern IT practitioners need to do. Installation Instructions: ==========================