diff --git a/README.md b/README.md index 4b896c4..1e33b6c 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,11 @@ const data = { ], datasets: [ { - title: "Some Data", type: "bar", + name: "Some Data", type: "bar", values: [25, 40, 30, 35, 8, 52, 17, -4] }, { - title: "Another Set", type: "line", + name: "Another Set", type: "line", values: [25, 50, -10, 15, 18, 32, 27, 14] } ]