[docs] update

This commit is contained in:
Prateeksha Singh 2018-04-20 13:09:27 +05:30
parent a47a4d0eb7
commit b420fef05b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -315,7 +315,7 @@
<p class="step-explain">And include it in your project</p>
<pre><code class="hljs javascript"> import { Chart } from "frappe-charts"</code></pre>
<p class="step-explain">... or include it directly in your HTML</p>
<pre><code class="hljs html"> &lt;script src="https://unpkg.com/frappe-charts@1.0.0"&gt;&lt;/script&gt;</code></pre>
<pre><code class="hljs html"> &lt;script src="https://unpkg.com/frappe-charts@1.1.0"&gt;&lt;/script&gt;</code></pre>
</div>
</div>