Skip to content

Commit

Permalink
doc: README
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchZeng committed Jan 17, 2022
1 parent eb99b2f commit 0b1e01b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ docker pull catchzeng/dingtalk

```sh
# Go 1.16+
go install github.com/CatchZeng/dingtalk@latest
go install github.com/CatchZeng/dingtalk@v1.3.1

# Go version < 1.16
go get -u github.com/CatchZeng/dingtalk@latest
go get -u github.com/CatchZeng/dingtalk@v1.3.1
```

## 使用方法
Expand Down
4 changes: 2 additions & 2 deletions READMEEN.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Go to [releases](https://github.com/CatchZeng/dingtalk/releases/) to download th

```sh
# Go 1.16+
go install github.com/CatchZeng/dingtalk@latest
go install github.com/CatchZeng/dingtalk@v1.3.1

# Go version < 1.16
go get -u github.com/CatchZeng/dingtalk@latest
go get -u github.com/CatchZeng/dingtalk@v1.3.1
```

## Usage
Expand Down

0 comments on commit 0b1e01b

Please sign in to comment.