From ace646f6e83e653f666ba715c200739f1cbdba52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Fri, 22 Sep 2023 01:39:05 +0200 Subject: [PATCH] Docs: Fix module links in the package README The package README used to show examples importing from a regular jQuery file; this won't work natively. Instead, use module versions of jQuery in these examples. Closes gh-5336 --- build/fixtures/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/fixtures/README.md b/build/fixtures/README.md index b64c9bca5..9e9bf7169 100644 --- a/build/fixtures/README.md +++ b/build/fixtures/README.md @@ -23,7 +23,7 @@ or, to use the jQuery ECMAScript module: ```html ``` @@ -31,7 +31,7 @@ or: ```html ``` @@ -39,7 +39,7 @@ All jQuery modules export named `$` & `jQuery` tokens; the further examples will ```html ``` @@ -55,7 +55,7 @@ or as a module: ```html ``` @@ -67,8 +67,8 @@ To avoid repeating long import paths that change on each jQuery release, you can