Skip to content

Commit b681861

Browse files
committed
wip
1 parent 7becfb1 commit b681861

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/solvebeam/wp-hooks-documentor">
3-
<img src="logos/solvebeam-wp-documentor.svgo-min.svg" alt="SolveBeam WordPress Hooks Documentor" width="128" height="128">
3+
<img src="logos/solvebeam-wp-hooks-documentor.svgo-min.svg" alt="SolveBeam WordPress Hooks Documentor" width="128" height="128">
44
</a>
55
</p>
66

@@ -39,7 +39,7 @@ composer require solvebeam/wp-hooks-documentor --dev
3939
To let SolveBeam WordPress Hooks Documentor analyse your codebase, you have to use the `parse` command and point it to the right directory:
4040

4141
```
42-
vendor/bin/wp-documentor parse src
42+
vendor/bin/wphd parse src
4343
```
4444

4545
## Command Line Usage
File renamed without changes.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"bin": [
33-
"bin/wp-documentor"
33+
"bin/wphd"
3434
],
3535
"config": {
3636
"allow-plugins": {
File renamed without changes.

0 commit comments

Comments
 (0)