Skip to content

Commit

Permalink
Renamed master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillyerd committed Jun 20, 2023
1 parent 9d1fd9c commit fe4e214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ to provide validation and/or guidance on your suggested approach.

## Making Changes

Create a topic branch based on our `master` branch.
Create a topic branch based on our `main` branch.

1. Make commits of logical units.
2. Add unit tests to exercise your changes.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# enmime
[![PkgGoDev](https://pkg.go.dev/badge/github.com/jhillyerd/enmime)][Pkg Docs]
[![Build Status](https://travis-ci.org/jhillyerd/enmime.svg?branch=master)][Build Status]
[![Build Status](https://travis-ci.org/jhillyerd/enmime.svg?branch=main)][Build Status]
[![Go Report Card](https://goreportcard.com/badge/github.com/jhillyerd/enmime)][Go Report Card]
[![Coverage Status](https://coveralls.io/repos/github/jhillyerd/enmime/badge.svg?branch=master)][Coverage Status]
[![Coverage Status](https://coveralls.io/repos/github/jhillyerd/enmime/badge.svg?branch=main)][Coverage Status]


enmime is a MIME encoding and decoding library for Go, focused on generating and
Expand Down Expand Up @@ -35,7 +35,7 @@ version can be found at https://github.com/jhillyerd/enmime
[Build Status]: https://travis-ci.org/jhillyerd/enmime
[Builder Usage]: https://github.com/jhillyerd/enmime/wiki/Builder-Usage
[Coverage Status]: https://coveralls.io/github/jhillyerd/enmime
[CONTRIBUTING.md]: https://github.com/jhillyerd/enmime/blob/master/CONTRIBUTING.md
[CONTRIBUTING.md]: https://github.com/jhillyerd/enmime/blob/main/CONTRIBUTING.md
[Inbucket]: http://www.inbucket.org/
[Golang]: http://golang.org/
[Go Report Card]: https://goreportcard.com/report/github.com/jhillyerd/enmime
Expand Down

0 comments on commit fe4e214

Please sign in to comment.