From b30946159791a4ad6b28e2514323b37829848a8c Mon Sep 17 00:00:00 2001 From: Tristan Sokol Date: Wed, 8 Nov 2017 11:02:47 -0800 Subject: [PATCH] replace self closing tag with closing tag in docs --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 0abfcd4..9ece231 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 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>