File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ cd jquery-ui
5353git remote add upstream git://github.com/jquery/jquery-ui.git
5454```
5555
56- * Get in the habit of pulling in the "upstream" master to stay up to date as jQuery UI receives new commits.
56+ * Get in the habit of pulling in the "upstream" main branch to stay up to date as jQuery UI receives new commits.
5757
5858``` bash
59- git pull upstream master
59+ git pull upstream main
6060```
6161
6262### Environment: Recommended Setup
Original file line number Diff line number Diff line change 66 "homepage" : " http://jqueryui.com" ,
77 "author" : {
88 "name" : " jQuery Foundation and other contributors" ,
9- "url" : " https://github.com/jquery/jquery-ui/blob/master /AUTHORS.txt"
9+ "url" : " https://github.com/jquery/jquery-ui/blob/main /AUTHORS.txt"
1010 },
1111 "main" : " ui/widget.js" ,
1212 "maintainers" : [
You can’t perform that action at this time.
0 commit comments