Skip to content

Commit

Permalink
README.md: change default branch name to 'main' (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Feb 25, 2022
1 parent d0cdd79 commit 02fddf9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.15
- uses: joelanford/go-apidiff@master
go-version: 1.17
- uses: joelanford/go-apidiff@main
```


## Local Installation

To install into $GOPATH/bin, run the following:
Expand Down

0 comments on commit 02fddf9

Please sign in to comment.