Browse Source

fix: fix git repo link in README

node 5 years ago
parent
commit
ec8980dd40
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

@@ -10,9 +10,9 @@
10 10
 
11 11
 ```
12 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 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 18
 然后在代码里面引入 `comment` 组件:
@@ -77,4 +77,4 @@ $ yarn start
77 77
 ## TODO
78 78
 
79 79
 - [ ] 前后端统一错误码
80
-- [ ] type 和 businessID 的定义
80
+- [ ] type 和 businessID 的定义