Skip to content

Commit

Permalink
Update master -> main references (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
igas authored Oct 2, 2021
1 parent c07e11f commit 5fe8b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Base62 [![Version](https://img.shields.io/hexpm/v/base62.svg?style=flat-square)](https://hex.pm/packages/base62)[![License](https://img.shields.io/hexpm/l/base62.svg?style=flat-square)](https://github.com/igas/base62/blob/master/LICENSE)[![Build Status](https://img.shields.io/travis/igas/base62.svg?style=flat-square)](https://travis-ci.org/igas/base62)[![Issues](https://img.shields.io/github/issues/igas/base62.svg?style=flat-square)](https://github.com/igas/base62/issues)[![Downloads](https://img.shields.io/hexpm/dt/base62.svg?style=flat-square)](https://hex.pm/packages/base62)
# Base62 [![Version](https://img.shields.io/hexpm/v/base62.svg?style=flat-square)](https://hex.pm/packages/base62)[![License](https://img.shields.io/hexpm/l/base62.svg?style=flat-square)](https://github.com/igas/base62/blob/main/LICENSE)[![Build Status](https://img.shields.io/travis/igas/base62.svg?style=flat-square)](https://travis-ci.org/igas/base62)[![Issues](https://img.shields.io/github/issues/igas/base62.svg?style=flat-square)](https://github.com/igas/base62/issues)[![Downloads](https://img.shields.io/hexpm/dt/base62.svg?style=flat-square)](https://hex.pm/packages/base62)

Base62 encoder/decoder in pure Elixir.

Expand Down Expand Up @@ -43,6 +43,6 @@ iex> Base62.decode("Elixir")
{:ok, 13531063449}
```

# [License](https://github.com/igas/base62/blob/master/LICENSE)
# [License](https://github.com/igas/base62/blob/main/LICENSE)

Released under the MIT License.

0 comments on commit 5fe8b4c

Please sign in to comment.