Skip to content

Commit 9a80e70

Browse files
authored
Update README.md
1 parent a4eff91 commit 9a80e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
# Interval Tree for Dart
2+
13
[![pub](https://img.shields.io/pub/v/interval_tree.svg)](https://pub.dev/packages/interval_tree)
24
[![license: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
35
![build](https://github.com/jpnurmi/interval_tree/workflows/build/badge.svg)
46
[![codecov](https://codecov.io/gh/jpnurmi/interval_tree/branch/master/graph/badge.svg)](https://codecov.io/gh/jpnurmi/interval_tree)
57

6-
# interval_tree
7-
88
A [Dart][1] implementation of an [interval tree][2], with support for
99
calculating unions, intersections, and differences between individual
1010
intervals, or entire iterable collections of intervals, such as other

0 commit comments

Comments
 (0)