diff --git a/README.md b/README.md index 5945fdd..4b896c4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ and include in your project: ```js - import Chart from "frappe-charts/dist/frappe-charts.min.esm" + import Chart from "frappe-charts" ``` * ...or include within your HTML diff --git a/docs/index.html b/docs/index.html index 133c189..8ce4ca6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -315,7 +315,7 @@

And include it in your project

  import { Chart } from "frappe-charts"

... or include it directly in your HTML

-
  <script src="https://unpkg.com/frappe-charts@1.0.0"></script>
+
  <script src="https://unpkg.com/frappe-charts@1.1.0"></script>