Skip to content

Commit 5ce6f66

Browse files
authored
Merge pull request #356 from valor-software/Hongbo-Miao-patch-1
update the way of embedding Chart.js
2 parents 2dd08e5 + 7d7afe2 commit 5ce6f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow me at [twitter](https://twitter.com/valorkin) to be notified about new re
3131
**Important**: Embedding `Chart.js` in application is mandatory!
3232

3333
```html
34-
<script src="node_modules/chart.js/dist/Chart.bundle.min.js"></script>
34+
<script src="node_modules/chart.js/src/chart.js"></script>
3535
```
3636
### Usage & Demo
3737
Demo and API details of ***ng2-charts*** can be found here:

0 commit comments

Comments
 (0)