From 80548cfb098fa591f043f85d9e538820bbdaa563 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 10 Jun 2025 15:23:59 -0700 Subject: [PATCH] docs: fix examples path in README.md --- 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 038a1ef..1967050 100644 --- a/src/Fixers/ClientUpgradeFixer/README.md +++ b/src/Fixers/ClientUpgradeFixer/README.md @@ -45,7 +45,7 @@ Next run this fixer with the following command: ```sh # use the examples provided in this repo -export DIR=vendor/google/cloud-tools/examples/ClientUpgradeFixer +export DIR=vendor/google/cloud-tools/examples # run the CS fixer for that directory using the config above vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.google.php --dry-run --diff $DIR -vv @@ -196,4 +196,4 @@ This will ensure that these variables are updated wherever they are: > $this->parent->secretManagerClient->listSecrets($listSecretsRequest4); > $listSecretsRequest5 = new ListSecretsRequest(); > $this->parent::$secretManagerClient->listSecrets($listSecretsRequest5); -``` \ No newline at end of file +```