From bdebdc36f23ed1d80851d4dd6698d94d614b9a77 Mon Sep 17 00:00:00 2001 From: Matthew Heroux Date: Wed, 27 May 2020 17:35:47 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b780cd3..1aab76f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Version 1.0.0 ***L***iving ***HTML*** (LHTML) is a customizable markup-based templating engine standard. In short, the standard defines the following process procedures: -1. The process receives a string that it turns into a Document Object Model (DOM) +1. The process receives a string that it turns into a Document Object Model (DOM). 2. Using a configuration it searches the DOM with a Xpath query and instantiates matches as specified classes. 3. Next, it iterates calls to these object using a list of methods. 4. Finally, it returns a resulting string containing the altered markup.