From dd87c9d2ac600fe93c08c08621cf6b0e67ecfd37 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Thu, 8 Aug 2024 13:48:04 -0700 Subject: [PATCH] docs: update README for ClientUpgradeFixer (#147) --- src/Fixers/ClientUpgradeFixer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fixers/ClientUpgradeFixer/README.md b/src/Fixers/ClientUpgradeFixer/README.md index c293693..0a0ea9b 100644 --- a/src/Fixers/ClientUpgradeFixer/README.md +++ b/src/Fixers/ClientUpgradeFixer/README.md @@ -4,8 +4,8 @@ This repo provides a Fixer, to be used with [PHP CS Fixer](https://github.com/PH which will automatically** upgrade your code to the [new Google Cloud PHP client surface](https://github.com/googleapis/google-cloud-php/discussions/5206). -** this is an alpha tool and NOT recommended to use without thorough testing! -It is also not guanteed by Google in any way. +**IMPORTANT** This is an alpha tool and NOT recommended to use without thorough testing! +It is also not guaranteed by Google in any way. ## Installation