Skip to content

Commit 1b4ac28

Browse files
committed
README.md: Update
1 parent 7b1cffe commit 1b4ac28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/api_refs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Time is saved. The DXP's code could even be modified for test purpose.
5858
If you change some of those values, please do not commit those changes, and don't commit their output.
5959
To prevent that, you can make a local copy, and use this copy to generate in a temporary output directory:
6060
```bash
61-
cp tools/api_refs/api_refs.sh tools/api_refs/phpdoc.dev.sh
62-
nano phpdoc.dev.sh # Edit and make your changes. For example, change PHPDOC_CONF to use phpdoc.dev.xml.
61+
cp tools/api_refs/api_refs.sh tools/api_refs/api_refs.dev.sh
62+
nano api_refs.dev.sh # Edit and make your changes. For example, change PHPDOC_CONF to use phpdoc.dev.xml.
6363
nano phpdoc.dev.xml # Edit and make your changes. For example, target only your package.
6464
tools/api_refs/api_refs.sh ~/.composer/auth.json ./docs/api/php_api/php_api_reference-TMP
6565
```

0 commit comments

Comments
 (0)