From a8fbbaef265c1d582b72ce2f15de187ceaf02148 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Wed, 14 Feb 2018 14:37:24 +0000 Subject: [PATCH] change src for magento --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4eda03..d8d446e 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,18 @@ The recommended method of installing this library is via [Composer](https://getc Run the following command from your project root: ```bash -$ composer require khanamiryan/qrcode-detector-decoder +$ composer require eduardo-g-silva/qrcode-detector-decoder ``` -## Usage +## Usage ```php require __DIR__ . "/vendor/autoload.php"; $qrcode = new QrReader('path/to_image'); $text = $qrcode->text(); //return decoded text from QR Code ``` -## Requirements +## Requirements * PHP >= 5.6 * GD Library @@ -29,7 +29,7 @@ $text = $qrcode->text(); //return decoded text from QR Code You can help the project by adding features, cleaning the code, adding composer and other. - + 1. Fork it 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'`