summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørnar Brende Smestad <bjornasm@gmail.com>2023-05-03 10:51:02 +0200
committerGitHub <noreply@github.com>2023-05-03 10:51:02 +0200
commit8cac55323d9879fdf795c5a66957524aba2e416f (patch)
treed958d83439c23c59894bd1e7b24ba9dd6d9a4759
parent7bf06230f9a72cc27f5490feb13d683b1f7eb9ba (diff)
Update CONTRIBUTING.md
Found another master, substituted with main.
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e4f4456..a38d8d2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,7 +49,7 @@ You'll always get credit for your work.
$ pip install --editable .
```
-6. Create a branch for your bugfix or feature based off the `master` branch:
+6. Create a branch for your bugfix or feature based off the `main` branch:
```bash
$ git checkout -b <name-of-bugfix-or-feature>