diff --git a/docs/index.html b/docs/index.html index 9ece231..1066bc2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -53,7 +53,7 @@
And include it in your project
import Chart from "frappe-charts/dist/frappe-charts.min.esm"
... or include it directly in your HTML
- <script src="https://unpkg.com/frappe-charts@0.0.3/dist/frappe-charts.min.iife.js" ></script>
+ <script src="https://unpkg.com/frappe-charts@0.0.3/dist/frappe-charts.min.iife.js"></script>
Make a new Chart
<!--HTML-->
<div id="chart"></div>