Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
- fix package name in `composer global` command
- fix `dir` subcommand
  • Loading branch information
ashfame committed Apr 5, 2023
1 parent d8dfca8 commit 2d43414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To install AI PHPDocs, run the following command:


```shell
composer global require molbal/ai-phpdocs
composer global require molbal/ai-phpdoc
```

## Usage
Expand All @@ -57,7 +57,7 @@ You may set the `--recursive` flag, or `-r` for short for it to go into subdirec
If you pass another variable (regardless of the recursive flag) it will treat it as another directory to sweep through instead of the working directory.

```shell
aiphpdocs directory -r /somewhere/else
aiphpdocs dir -r /somewhere/else
```

## License
Expand Down

0 comments on commit 2d43414

Please sign in to comment.