Skip to content

Commit 4a19c43

Browse files
committed
2 parents d4472f8 + fd46b7d commit 4a19c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Single chart
5555
```js
5656
const chart = new Chart(ctx, {
5757
// ...
58-
plugins: {
58+
plugins: [
5959
autocolors
60-
}
60+
]
6161
});
6262
```
6363

0 commit comments

Comments
 (0)