From 6fd731bc89bdbee10cfeee96bc000af254c290ea Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 18 Jul 2019 16:16:52 +0200 Subject: [PATCH] fixed readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 350ebda..33e6c11 100644 --- a/README.md +++ b/README.md @@ -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" } } ```