aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2014-11-03 12:34:45 -0500
committerTimmy Willison <timmywillisn@gmail.com>2014-11-03 12:34:45 -0500
commit758fd6cea9e82f7bfebce07ba6ecf0d107e8a53c (patch)
treea83fa3bc07d9a0a3c2baff637ccd2c759e3a4277 /README.md
parent7a607c5673fa36f9818f19e349871600a2938b1e (diff)
downloadjquery-758fd6cea9e82f7bfebce07ba6ecf0d107e8a53c.tar.gz
jquery-758fd6cea9e82f7bfebce07ba6ecf0d107e8a53c.zip
Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 17c9fd608..87727f8e4 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ In the spirit of open source software development, jQuery always encourages comm
Environments in which to use jQuery
--------------------------------------
-- [Browser support](http://jquery.com/browser-support/) differs between the master (2.x) branch and the 1.x-master branch. Specifically, 2.x does not support legacy browsers such as IE6-8. The jQuery team continues to provide support for legacy browsers on the 1.x-master branch. Use the latest 1.x release if support for those browsers is required. See [browser support](http://jquery.com/browser-support/) for more info.
-- To use jQuery in Node, browser extensions, and other non-browser environments, use only **2.x** releases. 1.x does not support these environments.
+- [Browser support](http://jquery.com/browser-support/) differs between the master branch and the compat branch. Specifically, the master branch does not support legacy browsers such as IE6-8. The jQuery team continues to provide support for legacy browsers on the compat branch. Use the latest compat release if support for those browsers is required. See [browser support](http://jquery.com/browser-support/) for more info.
+- To use jQuery in Node, browser extensions, and other non-browser environments, use only master branch releases given the name "jquery" rather than "jquery-compat". The compat branch does not support these environments.
What you need to build your own jQuery