From 051030063ab34087fde8006a3686589c86ba0356 Mon Sep 17 00:00:00 2001 From: Curran Kelleher Date: Thu, 9 Jul 2020 13:56:10 -0400 Subject: [PATCH] Fix #29 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd936e..f83ac62 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ Given a number *t* in the range [0,1], returns the corresponding color from [Nic cubehelix -Given a number *t* in the range [0,1], returns the corresponding color from [Green’s default Cubehelix](https://www.mrao.cam.ac.uk/~dag/CUBEHELIX/) represented as an RGB string. +Given a number *t* in the range [0,1], returns the corresponding color from [Green’s default Cubehelix](http://www.mrao.cam.ac.uk/~dag/CUBEHELIX/) represented as an RGB string. # d3.interpolateBuGn(*t*) [<>](https://github.com/d3/d3-scale-chromatic/blob/master/src/sequential-multi/BuGn.js "Source")
# d3.schemeBuGn[*k*]