From f5c7ceb03e5e05f2e4a4b3fb0b7449384f5244d5 Mon Sep 17 00:00:00 2001 From: Joe Hudson Date: Sat, 7 Feb 2015 20:40:12 -0500 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f237b..a9da8cc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is a CommonJS component only (to be used with something like Webpack or Bro ``` npm install --save react-chartjs ``` -You must also include the [chartjs](http://www.chartjs.org/) script on your html page +You must also include [chart.js](https://www.npmjs.com/package/chart.js) and [React](https://www.npmjs.com/package/react) as dependencies. Example Usage -------------