Selaa lähdekoodia

fix: fix git repo link in README

node 6 vuotta sitten
vanhempi
commit
a5946c2e52
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1
    2
      README.md

+ 1
- 2
README.md Näytä tiedosto

1
 # Comment
1
 # Comment
2
-
3
 通用评论系统
2
 通用评论系统
4
 
3
 
5
 
4
 
10
 
9
 
11
 ```
10
 ```
12
 # npm 安装
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
 # yarn 安装
13
 # yarn 安装
15
 $ yarn add https://git.links123.net/npm/comment.git
14
 $ yarn add https://git.links123.net/npm/comment.git
16
 ```
15
 ```