smiley 1 год назад
Родитель
Сommit
f9a98af88b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -57,9 +57,9 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
 - PHP 8.2+
   - [`ext-mbstring`](https://www.php.net/manual/book.mbstring.php)
   - optional:
-    - [`ext-gd`](https://www.php.net/manual/book.image)
+    - [`ext-gd`](https://www.php.net/manual/book.image) for `QRGdImage` based output
     - [`ext-imagick`](https://github.com/Imagick/imagick) with [ImageMagick](https://imagemagick.org) installed
-      - [`ext-fileinfo`](https://www.php.net/manual/book.fileinfo.php) (required by `QRImagick` output)
+    - [`ext-fileinfo`](https://www.php.net/manual/book.fileinfo.php) required by `QRImagick` output
     - [`setasign/fpdf`](https://github.com/setasign/fpdf) for the PDF output module
     - [`intervention/image`](https://github.com/Intervention/image) for alternative GD/ImageMagick output