Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 25, 2015
1 parent 4b1a06b commit 354659e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Returns an interpolator between the two arbitrary values *a* and *b*. The interp
4. If *b* is an object and not coercible to a number, [object](#object) is used.
5. Otherwise, [number](#number) is used.

Based on the chosen interpolator, *a* is coerced to a suitable corresponding type. The behavior of this method may be augmented to support additional types by pushing custom interpolator factories onto the [interpolators](#interpolators) array.
Based on the chosen interpolator, *a* is coerced to a suitable corresponding type. The behavior of this method may be augmented to support additional types by pushing custom interpolator factories onto the [values](#values) array.

<a name="number" href="#number">#</a> <b>number</b>(<i>a</i>, <i>b</i>)

Expand Down Expand Up @@ -185,3 +185,5 @@ Like [cubehelixGamma](#cubehelixGamma), but does not use the shortest path betwe
* A new [cubehelix](#cubehelix) color space!

* New “long” methods for hue interpolation in [HSL](#hslLong), [HCL](#hclLong) and [Cubehelix](#cubehelixLong).

* Renamed the generic interpolate method and interpolators array to [value](#value) and [values](#values), respectively.

0 comments on commit 354659e

Please sign in to comment.