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 8f0174c commit e28274b
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 @@ -17,7 +17,7 @@ Adding the tooltip to a d3 brush requires importing the library and providing a
```html
<!DOCTYPE html>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<script src="dist/d3-brush-tooltip.js"></script>
<script src="https://cdn.jsdelivr.net/npm/d3-brush-tooltip@1.0.0"></script>
<link rel="stylesheet" href="css/style.css">
<html>
<body>
Expand Down

0 comments on commit e28274b

Please sign in to comment.