diff --git a/pages/download.md b/pages/download.md index d1039f2..5b1acca 100644 --- a/pages/download.md +++ b/pages/download.md @@ -26,14 +26,14 @@ Browse the jQuery CDN at **[releases.jquery.com](https://releases.jquery.com)** ### Upgrade -For help when upgrading jQuery, read the [upgrade guide](/upgrade-guide/). -We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate) +For help when upgrading jQuery, read the [upgrade guides](/upgrade-guide/). +We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate). ### jQuery Migrate Plugin The [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate/#readme) simplifies upgrading from older versions of jQuery. The plugin restores deprecated features and behaviors so that older code will still run properly on newer versions of jQuery. -When upgrading from a pre-1.9 jQuery version to jQuery 1.9 or upto jQuery 3.0, first use jQuery Migrate 1.x: +When upgrading from a pre-1.9 jQuery version to jQuery 1.9 or up to jQuery 3.0, first use jQuery Migrate 1.x: * Download jQuery Migrate 1.4.1 (compressed production version) * Download the uncompressed, development jQuery Migrate 1.4.1 @@ -43,11 +43,12 @@ When migrating from jQuery 3.x to a later jQuery 3.x version, use jQuery Migrate * Download jQuery Migrate 3.5.0 (compressed production version) * Download the uncompressed, development jQuery Migrate 3.5.0 -Use the _compressed production_ version to simply restore compatibility issues without changing any application code. +Use the _compressed production_ version to restore compatibility issues without changing any application code. Use the _uncompressed development_ version to additionally diagnose and help migrate compatibility issues, through helpful warnings on the console that identify how to transition your application code. ## Downloading jQuery using npm or Yarn + jQuery is published on [npm](https://www.npmjs.com/) under the [jquery package](https://www.npmjs.com/package/jquery). You can install the latest version of jQuery with the npm CLI: ``` npm install jquery diff --git a/pages/index.html b/pages/index.html index 129ed6f..e91d4ce 100644 --- a/pages/index.html +++ b/pages/index.html @@ -2,23 +2,26 @@ "title": "jQuery", "pageTemplate": "page-fullwidth.php", "customFields": [ - { "key": "hide_title", "value": 1 } + { "key": "hide_title", "value": 1 } ] }