Skip to content

Commit db741b8

Browse files
authored
Update README.md
1 parent 5afb1c0 commit db741b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jQuery exeutes .ready() functions in source code order. Sometimes we need to ex
77

88
Load jquery-before-ready.js immediatley after jQuery, or as as early as possible.
99

10-
Use .beforeReady() instead of .ready(). You should still use .ready() as normal if early execution it's needed.
10+
Use .beforeReady() instead of .ready(). You should still use .ready() as normal for scripts that do not need early execution.
1111

1212
<b>Example</b>
1313

0 commit comments

Comments
 (0)