We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137cefe commit af9ba2cCopy full SHA for af9ba2c
docs/index.md
@@ -40,9 +40,9 @@ permalink: /
40
<script src="./js/indicators/sqzmom.js"></script>
41
<script src="./js/indicators/macd.js"></script>
42
<script src="./js/indicators/instit-bias.js"></script>
43
-<script src="./js/chart.js">
44
-
+<script src="./js/chart.js"></script>
45
+---
46
47
## Installation
48
@@ -51,15 +51,14 @@ permalink: /
51
Include the bundled script in your HTML file:
52
53
```html
54
-<script src="dist/qfchart.dev.browser.js"></script>
55
56
-````
+<script src="https://cdn.jsdelivr.net/npm/@qfo/qfchart/dist/qfchart.min.browser.js"></script>
+```
57
58
-### NPM (Coming Soon)
+### NPM
59
60
```bash
61
-npm install qfchart
62
+npm install @qfo/qfchart
63
64
## Quick Start
65
0 commit comments