From 1d95bdaabe3a31e024253cba29c2056c3e03fc78 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 21 Sep 2023 00:37:18 +0200 Subject: [PATCH] README: minor tweak Just noticed this didn't display as intended. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0175164c96..aeb68cd909 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ The WordPress Coding Standards package requires: * [Composer](https://getcomposer.org/) For the best results, it is recommended to also ensure the following additional PHP extensions are enabled: - - [iconv](https://www.php.net/book.iconv) - - [Multibyte String](https://www.php.net/book.mbstring) +- [iconv](https://www.php.net/book.iconv) +- [Multibyte String](https://www.php.net/book.mbstring) ## Installation