From 1440fa484b238dcdf5f9a1609373f5b74f50e5fa Mon Sep 17 00:00:00 2001 From: wUFr Date: Mon, 16 Dec 2024 13:57:52 +0100 Subject: [PATCH] fix(readme): incorrectly formated UL/LI list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8a36fb..058286f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Text strings are stored in PHP files and these can be stored in subfolders for b - Translate keys into text values based on set language. - Support for string replacement with parameters. - Handle different translations based on a counter value. --Easy to structure localization texts in a clean folder hierarchy. +- Easy to structure localization texts in a clean folder hierarchy. ## Table of Contents - [Installation](#installation) @@ -138,4 +138,4 @@ To contribute, please create a new branch from the `release-candidate` branch an ## License -This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.