Skip to content

Commit 724efcb

Browse files
authored
Update README.md
1 parent a73c89f commit 724efcb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/pages/miscellaneous/charts/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The content used here was a mix of [this tutorial](https://www.joshmorony.com/ad
66
`npm install chart.js --save`
77

88
### Importing
9-
```javascript
10-
import Chart from 'chart.js
11-
```
9+
`import Chart from 'chart.js'`
1210

13-
Special thanks to [Joshua Morony](https://github.com/joshuamorony) for always providing amazing material!
11+
Special thanks to [Joshua Morony](https://github.com/joshuamorony) for always providing amazing material!

0 commit comments

Comments
 (0)