소스 검색

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


불러오는 중...
취소
저장