Skip to content

Commit 5d390cc

Browse files
committed
doc: fix README.
1 parent 3aece6a commit 5d390cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# php-vendor-creadits
2+
23
php-vendor-creadits creates CREDITS file from LICENSE files of dependencies
34

5+
6+
php-vendor-creadits was created as a PHP Composer version of gocredits (https://github.com/Songmu/gocredits).
7+
48
## Install
59

610
### From Composer
@@ -12,5 +16,5 @@ composer require --dev smeghead/php-vendor-credits
1216
## Usage
1317

1418
```bash
15-
$ vendor/bin/php-class-diagram . > CREDITS
19+
$ vendor/bin/php-vendor-credits . > CREDITS
1620
```

0 commit comments

Comments
 (0)