Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Apr 10, 2021
1 parent 5574061 commit 24982e2
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 @@ -37,7 +37,7 @@ If you use NPM, `npm install d3-time`. Otherwise, download the [latest release](
<script src="https://d3js.org/d3-time.v2.min.js"></script>
<script>
var day = d3.timeDay(new Date);
const day = d3.timeDay(new Date);
</script>
```
Expand Down

0 comments on commit 24982e2

Please sign in to comment.