Browse Source

fix: fix git repo link in README

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

+ 1
- 2
README.md View File

@@ -1,5 +1,4 @@
1 1
 # Comment
2
-
3 2
 通用评论系统
4 3
 
5 4
 
@@ -10,7 +9,7 @@
10 9
 
11 10
 ```
12 11
 # npm 安装
13
-$ npm install git+https://git.links123.net/npm/comment.git
12
+$ npm install git+https://git.links123.net/npm/comment.git --save
14 13
 # yarn 安装
15 14
 $ yarn add https://git.links123.net/npm/comment.git
16 15
 ```