Procházet zdrojové kódy

fix: fix git repo link in README

node před 5 roky
rodič
revize
ec8980dd40
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3
    3
      README.md

+ 3
- 3
README.md Zobrazit soubor

10
 
10
 
11
 ```
11
 ```
12
 # npm 安装
12
 # npm 安装
13
-$ npm install git+https://git.links123.net/node/test_comment.git
13
+$ npm install git+https://git.links123.net/npm/comment.git
14
 # yarn 安装
14
 # yarn 安装
15
-$ yarn add https://git.links123.net/node/test_comment.git
15
+$ yarn add https://git.links123.net/npm/comment.git
16
 ```
16
 ```
17
 
17
 
18
 然后在代码里面引入 `comment` 组件:
18
 然后在代码里面引入 `comment` 组件:
77
 ## TODO
77
 ## TODO
78
 
78
 
79
 - [ ] 前后端统一错误码
79
 - [ ] 前后端统一错误码
80
-- [ ] type 和 businessID 的定义
80
+- [ ] type 和 businessID 的定义