summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørnar Brende Smestad <bjornasm@gmail.com>2023-05-03 10:47:00 +0200
committerGitHub <noreply@github.com>2023-05-03 10:47:00 +0200
commit7bf06230f9a72cc27f5490feb13d683b1f7eb9ba (patch)
tree6fec6b37de376005e5cc984aa88955649faf2716
parent536e29dcb53062184da72c4e93541192ad26ca7d (diff)
Update CONTRIBUTING.md
Changed git pull upstream master to git pull upstream main to reflect changes to github naming.
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9cd868a..e4f4456 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -58,7 +58,7 @@ You'll always get credit for your work.
7. While you work on your bugfix or feature, be sure to pull the latest changes from `upstream`. This ensures that your local codebase is up-to-date:
```bash
- $ git pull upstream master
+ $ git pull upstream main
```
8. When your work is ready for the litecli team to review it, push your branch to your fork: