Skip to content

Commit

Permalink
Merge pull request #22 from redboltz/fix_codecov_badge
Browse files Browse the repository at this point in the history
Replaced `master` with `main`.
  • Loading branch information
redboltz authored Apr 15, 2021
2 parents a4c2d9f + f2c7a5c commit d1c7441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unique number allocator for JavaScript.

Version 1.0.6 [![number-allocator CI](https://github.com/redboltz/number-allocator/workflows/number-allocator%20CI/badge.svg)](https://github.com/redboltz/number-allocator/actions) [![codecov](https://codecov.io/gh/redboltz/number-allocator/branch/master/graph/badge.svg)](https://codecov.io/gh/redboltz/number-allocator)
Version 1.0.6 [![number-allocator CI](https://github.com/redboltz/number-allocator/workflows/number-allocator%20CI/badge.svg)](https://github.com/redboltz/number-allocator/actions) [![codecov](https://codecov.io/gh/redboltz/number-allocator/branch/main/graph/badge.svg)](https://codecov.io/gh/redboltz/number-allocator)

## How to use

Expand Down

0 comments on commit d1c7441

Please sign in to comment.