From 5f467ec04df33024e3c6760fa403b5cd5d8e9ace Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Wed, 6 Apr 2022 07:38:58 -0700 Subject: [PATCH] Clarify what live-at-head actually means PiperOrigin-RevId: 439835271 Change-Id: I40765e607a96dfc3f0679450938daf25163c48a4 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29e5a4ea..f33b9a93 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ GoogleTest now follows the [Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support). -We recommend using the latest commit in the `main` branch in your projects. +We recommend +[updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how-do-i-do-it). #### Documentation Updates