From 5f3537aad68045f58307f27471795e78ced0eadc Mon Sep 17 00:00:00 2001 From: Gui Ambros Date: Thu, 17 Jan 2019 21:08:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 955bcff..74a743e 100644 --- a/README.md +++ b/README.md @@ -433,7 +433,7 @@ Rob Pike, [Go at Google: Language Design in the Service of Software Engineering] ### Site Reliability Engineering (SRE) * [Graduating from Bootcamp and interested in becoming a Site Reliability Engineer?](https://medium.com/@tammybutow/graduating-from-bootcamp-and-interested-in-becoming-a-site-reliability-engineer-b69a38ce858b): a great collection of resources to learn about SRE. -* [Site Reliability Engineering](https://landing.google.com/sre/books/): written by members of Google's SRE team, with a comprehensive analysis of how to cover the entire software lifecycle - build, deploy, monitor, and maintain large scale systems. +* [Site Reliability Engineering](https://landing.google.com/sre/books/): written by members of Google's SRE team, with a comprehensive analysis of the entire software lifecycle - how to build, deploy, monitor, and maintain large scale systems. ### Testing