Skip to content

Commit af9ba2c

Browse files
committed
fix documentation page
1 parent 137cefe commit af9ba2c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/index.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ permalink: /
4040
<script src="./js/indicators/sqzmom.js"></script>
4141
<script src="./js/indicators/macd.js"></script>
4242
<script src="./js/indicators/instit-bias.js"></script>
43-
<script src="./js/chart.js">
44-
43+
<script src="./js/chart.js"></script>
4544

45+
---
4646

4747
## Installation
4848

@@ -51,15 +51,14 @@ permalink: /
5151
Include the bundled script in your HTML file:
5252

5353
```html
54-
<script src="dist/qfchart.dev.browser.js"></script>
55-
56-
````
54+
<script src="https://cdn.jsdelivr.net/npm/@qfo/qfchart/dist/qfchart.min.browser.js"></script>
55+
```
5756

58-
### NPM (Coming Soon)
57+
### NPM
5958

6059
```bash
61-
npm install qfchart
62-
````
60+
npm install @qfo/qfchart
61+
```
6362

6463
## Quick Start
6564

0 commit comments

Comments
 (0)