We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6c558 commit 40ceb18Copy full SHA for 40ceb18
README.md
@@ -78,7 +78,7 @@ php-prefixer-cli prefix \
78
\
79
/sample/acme_project \
80
81
- /sample/prefixed_project \
+ /output/prefixed_project \
82
83
789|1234567890123456789012345678901234567890 \
84
@@ -98,7 +98,7 @@ The command line supports the definition of the parameters as environment variab
98
SOURCE_DIRECTORY="/sample/acme_project"
99
100
# Target Directory
101
-TARGET_DIRECTORY="/sample/prefixed_project"
+TARGET_DIRECTORY="/output/prefixed_project"
102
103
# Personal Access Token
104
PERSONAL_ACCESS_TOKEN="789|1234567890123456789012345678901234567890"
0 commit comments