From a353e5894df5723797f56a6dc6a3affa6d988ed9 Mon Sep 17 00:00:00 2001 From: John Kiernander Date: Tue, 28 Jan 2014 17:57:36 +0000 Subject: [PATCH] Updated Readme to link to dimplejs.org --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b01040e..1b5ad72 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ### dimple ### -An object-oriented API allowing you to create flexible axis-based charts using [d3.js](http://d3js.org "d3.js"). The intention of this project is to allow analysts who are not necessarily expert JavaScript programmers to create standard (and some not-so-standard) business analytics. +Dimple is an object-oriented API allowing you to create flexible axis-based charts using [d3.js](http://d3js.org "d3.js"). + +The intention of this project is to allow analysts who are not necessarily expert JavaScript programmers to create standard (and some not-so-standard) business analytics. The API will also expose the core d3 objects where possible so that as users gain confidence they can extend the base functionality in whatever way they wish. -For full details and documentation the wiki is available [here](http://github.com/PMSI-AlignAlytics/dimple/wiki "Wiki"). +Please visit the main website [dimplejs.org](http://dimplejs.org "dimple.js") for more information and examples.