From 181247a07c0517683deae9064f39764b5157ef99 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Thu, 10 Jun 2021 23:18:51 +0100 Subject: [PATCH] change references of master to main --- .pre-commit-config.yaml | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfc4910..3ba36d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-merge-conflict # Check for debugger imports and py37+ `breakpoint()` calls in Python source. - id: debug-statements - # Don't commit to master branch. + # Don't commit to main branch. - id: no-commit-to-branch - repo: https://github.com/psf/black rev: '21.5b2' diff --git a/README.md b/README.md index 5eb5b3a..d1fc951 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@

- cirrus-ci - codecov - - + pre-commit.ci @@ -30,7 +30,7 @@ black - + license @@ -76,7 +76,7 @@ Or `pip`: plt.ylabel("Temperature") plt.show() -![alt text](https://github.com/SciTools/nc-time-axis/raw/master/example_plot.png "Example plot with cftime axis") +![alt text](https://github.com/SciTools/nc-time-axis/raw/main/example_plot.png "Example plot with cftime axis") ## Reference