Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi authored Sep 2, 2021
1 parent 630fc14 commit d368e63
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
Expand Up @@ -3,7 +3,7 @@
[![pub](https://img.shields.io/pub/v/interval_tree.svg)](https://pub.dev/packages/interval_tree)
[![license: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![build](https://github.com/jpnurmi/interval_tree/workflows/build/badge.svg)
[![codecov](https://codecov.io/gh/jpnurmi/interval_tree/branch/master/graph/badge.svg)](https://codecov.io/gh/jpnurmi/interval_tree)
[![codecov](https://codecov.io/gh/jpnurmi/interval_tree/branch/main/graph/badge.svg)](https://codecov.io/gh/jpnurmi/interval_tree)

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

0 comments on commit d368e63

Please sign in to comment.