Skip to content

Commit aced81e

Browse files
authored
Corrected path to fusioncharts.js and theme file
1 parent c1f807d commit aced81e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ To learn what you can do using this Angular charts plugin, explore some [live de
1414
#### Step 1: Include angularjs-fusioncharts.js and fusioncharts
1515
In your index.html
1616
```xml
17-
<script type="text/javascript" src="/path/to/fusioncharts.js"></script>
17+
<script type="text/javascript" src="/path/to/fusioncharts/fusioncharts.js"></script>
18+
<script type="text/javascript" src="/path/to/fusioncharts/themes/fusioncharts.fusion.js"></script>
1819
<script type="text/javascript" src="/path/to/angular.js"></script>
1920
<script type="text/javascript" src="/path/to/angularjs-fusioncharts.js"></script>
2021
```

0 commit comments

Comments
 (0)