Skip to content

Commit 4b07403

Browse files
authored
Merge pull request #60 from tristansokol/docs
replace self closing tag with closing tag in docs
2 parents dadc1f8 + 365a50c commit 4b07403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h6 class="margin-vertical-rem">
5353
<p class="step-explain">And include it in your project</p>
5454
<pre><code class="hljs javascript"> import Chart from "frappe-charts/dist/frappe-charts.min.esm"</code></pre>
5555
<p class="step-explain">... or include it directly in your HTML</p>
56-
<pre><code class="hljs html"> &lt;script src="https://unpkg.com/frappe-charts@0.0.3/dist/frappe-charts.min.iife.js" /&gt;</code></pre>
56+
<pre><code class="hljs html"> &lt;script src="https://unpkg.com/frappe-charts@0.0.3/dist/frappe-charts.min.iife.js"&gt;&lt;/script&gt;</code></pre>
5757
<p class="step-explain">Make a new Chart</p>
5858
<pre><code class="hljs html"> &lt!--HTML--&gt;
5959
&lt;div id="chart"&gt;&lt;/div&gt;</code></pre>

0 commit comments

Comments
 (0)