瀏覽代碼

[docs] update

tags/1.2.0
Prateeksha Singh 7 年之前
父節點
當前提交
b420fef05b
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      README.md
  2. +1
    -1
      docs/index.html

+ 1
- 1
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


+ 1
- 1
docs/index.html 查看文件

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


Loading…
取消
儲存