From 7dd81aaf91d1630d67999d162e44ad737213b4e4 Mon Sep 17 00:00:00 2001 From: Dave Landry Date: Wed, 30 Aug 2017 18:00:51 -0400 Subject: [PATCH] updates documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cea6b7f..22ae805 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you use NPM, run `npm install d3plus-priestley --save`. Otherwise, download t ``` -## Getting Started +## Simple Priestley Diagram Priestly Timelines (named after 18th-century English theologian [Joseph Priestly](https://en.wikipedia.org/wiki/Joseph_Priestley)), show the duration of multiple data points over time by stacking blocks to best fit. Given data with unique IDs and start and end dates: @@ -41,7 +41,7 @@ new d3plus.Priestley() ### More Examples - * [Grouping into Lanes](http://d3plus.org/examples/d3plus-priestley/grouping/) + * [Grouping Priestley Bars into Lanes](http://d3plus.org/examples/d3plus-priestley/grouping/) ***New*** ## API Reference @@ -99,4 +99,4 @@ This is a static method of [Priestley](#Priestley), and is chainabl -###### Documentation generated on Wed, 30 Aug 2017 21:58:45 GMT +###### Documentation generated on Wed, 30 Aug 2017 22:00:51 GMT