diff --git a/README.md b/README.md
index 39c4d25..f2196d4 100644
--- a/README.md
+++ b/README.md
@@ -573,6 +573,10 @@ See [*continuous*.clamp](#continuous_clamp).
If *interpolator* is specified, sets the scale’s interpolator to the specified function. If *interpolator* is not specified, returns the scale’s current interpolator.
+# sequential.range() · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)
+
+See [*continuous*.range](#continuous_range). Note that a sequential scale’s range is read-only, as it is determined by its [interpolator](#sequential_interpolator).
+
# sequential.copy() · [Source](https://github.com/d3/d3-scale/blob/master/src/sequential.js), [Examples](https://observablehq.com/@d3/sequential-scales)
See [*continuous*.copy](#continuous_copy).
@@ -625,6 +629,10 @@ See [*continuous*.clamp](#continuous_clamp).
If *interpolator* is specified, sets the scale’s interpolator to the specified function. If *interpolator* is not specified, returns the scale’s current interpolator.
+# diverging.range() · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)
+
+See [*continuous*.range](#continuous_range). Note that a diverging scale’s range is read-only, as it is determined by its [interpolator](#diverging_interpolator).
+
# diverging.copy() · [Source](https://github.com/d3/d3-scale/blob/master/src/diverging.js), [Examples](https://observablehq.com/@d3/diverging-scales)
See [*continuous*.copy](#continuous_copy).