Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
R0adRunn3r committed Jul 18, 2019
1 parent c6f5ccb commit 6fd731b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ You can just download the class from github and use it in your project, the only

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

$ composer require r0adrunn3r/easy-pnp
`$ composer require r0adrunn3r/easy-pnp`

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

```json
{
"require": {
"setasign/fpdf": ">=0.6.1"
"r0adrunn3r/easy-pnp": ">=0.6.1"
}
}
```
Expand Down

0 comments on commit 6fd731b

Please sign in to comment.