aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 c3e5361a0..8dd3b55b1 100644
--- a/README.md
+++ b/README.md
@@ -216,7 +216,7 @@ As the source code is handled by the Git version control system, it's useful to
If you want to purge your working directory back to the status of upstream, the following commands can be used (remember everything you've worked on is gone after these):
```bash
-git reset --hard upstream/master
+git reset --hard upstream/main
git clean -fdx
```
@@ -274,7 +274,7 @@ throws( block, [expected], [message] );
```
-Test Suite Convenience Methods Reference (See [test/data/testinit.js](https://github.com/jquery/jquery/blob/master/test/data/testinit.js))
+Test Suite Convenience Methods Reference (See [test/data/testinit.js](https://github.com/jquery/jquery/blob/main/test/data/testinit.js))
------------------------------
### Returns an array of elements with the given IDs ###