From 2900a47ccd2e04ea82271f3fbfa0be05c890828b Mon Sep 17 00:00:00 2001 From: FrauDiesel <85576638+FrauDiesel@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:47:55 +0300 Subject: [PATCH] Revert "Update README.md" This reverts commit db741b801c623a799ad81e6580191901f80cffac. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45767a6..c979c06 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ jQuery exeutes .ready() functions in source code order. Sometimes we need to ex Load jquery-before-ready.js immediatley after jQuery, or as as early as possible. -Use .beforeReady() instead of .ready(). You should still use .ready() as normal for scripts that do not need early execution. +Use .beforeReady() instead of .ready(). You should still use .ready() as normal if early execution it's needed. Example