From 365a50c5096b3ca9501cc7da1f0d0feb546389bd Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Thu, 9 Nov 2017 03:38:44 +0530 Subject: [PATCH] [minor] remove space in tag content --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>