Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree authored May 27, 2020
1 parent be8ef2e commit bdebdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bdebdc3

Please sign in to comment.