浏览代码

[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: and include in your project:
```js ```js
import Chart from "frappe-charts/dist/frappe-charts.min.esm"
import Chart from "frappe-charts"
``` ```


* ...or include within your HTML * ...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> <p class="step-explain">And include it in your project</p>
<pre><code class="hljs javascript"> import { Chart } from "frappe-charts"</code></pre> <pre><code class="hljs javascript"> import { Chart } from "frappe-charts"</code></pre>
<p class="step-explain">... or include it directly in your HTML</p> <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>
</div> </div>


正在加载...
取消
保存