Skip to content

Commit

Permalink
Merge pull request #13 from MarioMang/dev
Browse files Browse the repository at this point in the history
[update]: 修改版本号
  • Loading branch information
Darkiiiiiice authored Mar 26, 2023
2 parents 8684700 + abffb7a commit cdb6ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Hitokoto是一个开源的短句子分享平台,旨在让用户分享和发现
使用Hitokoto GO SDK前,需要先安装golang。安装完成后,使用go get工具可以轻松地安装Hitokoto GO SDK:

``` bash
go get github.com/MarioMang/[email protected].1
go get github.com/MarioMang/[email protected].2
```

## 使用方法
Expand All @@ -33,7 +33,7 @@ go get github.com/MarioMang/[email protected]
使用 go get 或者在 go.mod 中手动添加

``` text
required github.com/mariomang/hitokoto-go v1.0.1
required github.com/mariomang/hitokoto-go v1.0.2
```

### 初始化
Expand Down

0 comments on commit cdb6ab6

Please sign in to comment.