Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwellc authored Aug 5, 2024
1 parent 69aec26 commit 8f0174c
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,6 +1,6 @@
# d3-brush-tooltip

Library for adding a tooltip to a d3 brush.
Library for adding a tooltip to a [d3 brush](https://github.com/d3/d3-brush).

[![npm version](https://badge.fury.io/js/d3-brush-tooltip.svg)](https://badge.fury.io/js/d3-brush-tooltip)

Expand Down Expand Up @@ -130,4 +130,4 @@ Adding the tooltip to a d3 brush requires importing the library and providing a
user-select: none;
position: fixed;
}
```
```

0 comments on commit 8f0174c

Please sign in to comment.