Skip to content

Commit 28a5d86

Browse files
committed
Update README.md
1 parent 5e448a1 commit 28a5d86

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# QR code decoder / reader for PHP
2-
This is a PHP library to detect and decode QR-codes.
3-
This is first and only QR code reader that works without extensions.
4-
Ported from [ZXing library](https://github.com/zxing/zxing)
2+
This is a PHP library to detect and decode QR-codes.<br />This is first and only QR code reader that works without extensions.<br />
3+
Ported from [ZXing library](https://github.com/zxing/zxing)
54

65
## Usage
76
```php
@@ -24,4 +23,4 @@ You can help the project by adding features, cleaning the code, adding composer
2423
2. Create your feature branch: `git checkout -b my-new-feature`
2524
3. Commit your changes: `git commit -am 'Add some feature'`
2625
4. Push to the branch: `git push origin my-new-feature`
27-
5. Submit a pull request
26+
5. Submit a pull request

0 commit comments

Comments
 (0)