From 41401c3c81a9fa82134a543a2ffcaae95dddfc20 Mon Sep 17 00:00:00 2001 From: Charlie Martin Date: Mon, 12 Dec 2016 12:18:55 -0500 Subject: [PATCH] Fix Readme Component is called `Pie` but is actually a Bar chart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e1789d..50ef41b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ class Pie extends React.Component { } }; - var type = 'Bar' + var type = 'Pie' return (