Update default branch name from master to main (#469)

* Update default branch name from master to main This proposed PR updates a reference to the default branch name from `master` to `main`. Reference: https://github.com/github/renaming * Update content/packages-and-modules/introduction-to-packages-and-modules/about-packages-and-modules.mdx Co-authored-by: Jordan Harband <ljharb@gmail.com> --------- Co-authored-by: Jordan Harband <ljharb@gmail.com>

Sean Crawford committed Sep 26, 2023 at 18:01 UTC c22930c486ade409cc2ef26197ea01f53e8d3b04
1 file changed +1 -1
content/packages-and-modules/introduction-to-packages-and-modules/about-packages-and-modules.mdx
+1 -1
@@ -37,7 +37,7 @@ Git URLs used for npm packages can be formatted in the following ways:
37 - `git+https://user@hostname/project/blah.git#commit-ish`
38
39 The `commit-ish` can be any tag, sha, or branch that can be supplied as
40 -an argument to `git checkout`. The default `commit-ish` is `master`.
40 +an argument to `git checkout`. The default `commit-ish` is `HEAD`.
41
42 ## About modules
43