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 +```