Skip to content

Commit d368e63

Browse files
authored
Update README.md
1 parent 630fc14 commit d368e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![pub](https://img.shields.io/pub/v/interval_tree.svg)](https://pub.dev/packages/interval_tree)
44
[![license: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
![build](https://github.com/jpnurmi/interval_tree/workflows/build/badge.svg)
6-
[![codecov](https://codecov.io/gh/jpnurmi/interval_tree/branch/master/graph/badge.svg)](https://codecov.io/gh/jpnurmi/interval_tree)
6+
[![codecov](https://codecov.io/gh/jpnurmi/interval_tree/branch/main/graph/badge.svg)](https://codecov.io/gh/jpnurmi/interval_tree)
77

88
A [Dart][1] implementation of an [interval tree][2], with support for
99
calculating unions, intersections, and differences between individual

0 commit comments

Comments
 (0)