@363045841yyt/klinechart 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -42,21 +42,21 @@ KLineChart requires a stock data backend. Please ensure `kmap` and `stockbao` ar
42
42
 
43
43
  ```
44
44
  workspace/
45
- ├── kmap/ # This repository
45
+ ├── KLineChartQuant/ # This repository
46
46
  └── stockbao/ # Data backend repository
47
47
  ```
48
48
 
49
49
  ### 1. Clone Repositories
50
50
 
51
51
  ```bash
52
- git clone https://github.com/363045841/kmap.git
52
+ git clone https://github.com/363045841/KLineChartQuant.git
53
53
  git clone https://github.com/363045841/stockbao.git
54
54
  ```
55
55
 
56
56
  ### 2. Start Data Backend
57
57
 
58
58
  ```bash
59
- cd kmap
59
+ cd KLineChartQuant
60
60
  npm run stockbao
61
61
  ```
62
62