From f6dff3dbc16f638531ceae61bc1dad82aea87c14 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Fri, 22 Dec 2023 00:39:04 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 541b518..37a7010 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ Polyfills for the following methods are provided for PHP < 8.3: - `ParentNode::insertAdjacentText` - `ParentNode::replaceChildren` -On PHP older than 8.1.23, and in PHP versions from 8.2.0 to 8.2.9, the following methods are emulated: +On PHP older than 8.1.23, and on PHP versions from 8.2.0 to 8.2.9, the following methods are emulated: - `ChildNode::after` - `ChildNode::before`