From b420fef05bf490f3c4b3452f0a5c93473c25a788 Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Fri, 20 Apr 2018 13:09:27 +0530 Subject: [PATCH] [docs] update --- README.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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>