File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ cd jquery-ui
53
53
git remote add upstream git://github.com/jquery/jquery-ui.git
54
54
```
55
55
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.
57
57
58
58
``` bash
59
- git pull upstream master
59
+ git pull upstream main
60
60
```
61
61
62
62
### Environment: Recommended Setup
Original file line number Diff line number Diff line change 6
6
"homepage" : " http://jqueryui.com" ,
7
7
"author" : {
8
8
"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"
10
10
},
11
11
"main" : " ui/widget.js" ,
12
12
"maintainers" : [
You can’t perform that action at this time.
0 commit comments