Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ct1735x committed Apr 5, 2024
1 parent 5b89942 commit 298ddd3
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 @@ -8,14 +8,14 @@ FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPD

If you're using Composer to manage dependencies, you can use

$ composer require setasign/fpdf:^1.8
$ composer require ct1735x/fpdf

or you can include the following in your composer.json file:

```json
{
"require": {
"setasign/fpdf": "^1.8"
"ct1735x/fpdf": "^1.0"
}
}
```

0 comments on commit 298ddd3

Please sign in to comment.