Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 5, 2021
1 parent 2e41a82 commit 2e289b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ If you use npm, `npm install d3-array`. You can also download the [latest releas

```html
<script type="module">
import {min} from "https://cdn.skypack.dev/d3-array@3";
const m = min(array);
</script>
```

Expand Down

0 comments on commit 2e289b9

Please sign in to comment.