From 3ea5fb9b511778180925af74481487894760e8d7 Mon Sep 17 00:00:00 2001 From: Matthew Heroux Date: Sun, 11 Jul 2021 02:37:21 -0500 Subject: [PATCH] Separate sentences --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65840d2..23e2a43 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## About PHPMarkup is a lightweight markup processor written in PHP. It facilitates the extraction of markup into a data structure, orchestrated manipulation of said structure, and output as -(optimized) markup and uses the [LHTML](https://github.com/Ouxsoft/LHTML) standard. +(optimized) markup. It is based on the [LHTML](https://github.com/Ouxsoft/LHTML) standard. ### Instructions Create a PHPMarkup Element to instruct DOMElement processing.