From 0b41d9d23b788200dbd496ec7abbaee25cbc7364 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Fri, 9 Apr 2021 18:35:51 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e39b2a..5a2964d 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ Returns the time interval that would be used by [d3.timeTicks](#timeTicks) given # d3.utcTicks(start, stop, count) ยท [Source](https://github.com/d3/d3-time/blob/master/src/ticks.js) -Returns an array of approximately *count* dates at regular intervals between *start* and *stop* (inclusive). If *stop* is before *start*, dates are returned in reverse chronological order; otherwise dates are returned in chronological order. The following intervals (in UTC time) are considered: +Returns an array of approximately *count* dates at regular intervals between *start* and *stop* (inclusive). If *stop* is before *start*, dates are returned in reverse chronological order; otherwise dates are returned in chronological order. The following UTC time intervals are considered: * 1 second * 5 seconds