From d2f8d2c234c2758e75ebb49de219075a8a7d94d6 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Mon, 26 Feb 2024 18:59:18 -0500 Subject: [PATCH] fix: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 990e913..4ccc8c4 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Things worth noting (as rough interpretations): 1. PHP being used as a template engine has a negligible impact on speed. 2. Using `require_once` without PSR-4 autoloading decreases speed by roughly 1.5 milliseconds; however, once the code is made available, very little additional cost seems to be present. 3. Using PSR-4 decreases speed by roughly 6 milliseconds; however, ensures everything is present and available. -4. Using PHP HTML Build Document and Element resulted in 1 kilobyte in packet size. (Increased processing time in milliseconds most likely offset by decreased download time.) +4. Using PHP HTML Builder Document and Element resulted in 1 kilobyte in packet size. (Increased processing time in milliseconds most likely offset by decreased download time.) ## Details