From 5d390ccccd0d3e2320bf60b65e0efbf9c188d0ab Mon Sep 17 00:00:00 2001 From: smeghead Date: Mon, 29 Jan 2024 15:40:14 +0900 Subject: [PATCH] doc: fix README. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31a99da..26c4d88 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # php-vendor-creadits + php-vendor-creadits creates CREDITS file from LICENSE files of dependencies + +php-vendor-creadits was created as a PHP Composer version of gocredits (https://github.com/Songmu/gocredits). + ## Install ### From Composer @@ -12,5 +16,5 @@ composer require --dev smeghead/php-vendor-credits ## Usage ```bash -$ vendor/bin/php-class-diagram . > CREDITS +$ vendor/bin/php-vendor-credits . > CREDITS ```