From 8f0174c34d649c1d8f1fc6f756a41eb08fd3611f Mon Sep 17 00:00:00 2001 From: caldwellc Date: Mon, 5 Aug 2024 08:52:08 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cef38a..37df6e8 100644 --- a/README.md +++ b/README.md @@ -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) @@ -130,4 +130,4 @@ Adding the tooltip to a d3 brush requires importing the library and providing a user-select: none; position: fixed; } -``` \ No newline at end of file +```