Skip to content

Commit

Permalink
doc: fix README.
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed Jan 29, 2024
1 parent 3aece6a commit 5d390cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
```

0 comments on commit 5d390cc

Please sign in to comment.