Skip to content

Commit 431aaff

Browse files
committed
doc: update EN and zh-CN readme
1 parent 74ea45b commit 431aaff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Go Reference](https://pkg.go.dev/badge/github.com/gookit/goutil.svg)](https://pkg.go.dev/github.com/gookit/goutil)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/gookit/gitw)](https://goreportcard.com/report/github.com/gookit/gitw)
77
[![Unit-Tests](https://github.com/gookit/gitw/workflows/Unit-Tests/badge.svg)](https://github.com/gookit/gitw/actions)
8-
[![Coverage Status](https://coveralls.io/repos/github/gookit/gitw/badge.svg?branch=master)](https://coveralls.io/github/gookit/gitw?branch=master)
8+
[![Coverage Status](https://coveralls.io/repos/github/gookit/gitw/badge.svg?branch=main)](https://coveralls.io/github/gookit/gitw?branch=main)
99

1010
`gitw` - Git command wrapper, generate git changelog, fetch repo information and some git tools.
1111

@@ -22,7 +22,7 @@
2222
2323
## Install
2424

25-
> required: go 1.16+, git 2.x
25+
> required: go 1.18+, git 2.x
2626
2727
```bash
2828
go get github.com/gookit/gitw

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Go Reference](https://pkg.go.dev/badge/github.com/gookit/goutil.svg)](https://pkg.go.dev/github.com/gookit/goutil)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/gookit/gitw)](https://goreportcard.com/report/github.com/gookit/gitw)
77
[![Unit-Tests](https://github.com/gookit/gitw/workflows/Unit-Tests/badge.svg)](https://github.com/gookit/gitw/actions)
8-
[![Coverage Status](https://coveralls.io/repos/github/gookit/gitw/badge.svg?branch=master)](https://coveralls.io/github/gookit/gitw?branch=master)
8+
[![Coverage Status](https://coveralls.io/repos/github/gookit/gitw/badge.svg?branch=main)](https://coveralls.io/github/gookit/gitw?branch=main)
99

1010
`gitw` - Git 命令包装器,生成 git 变更记录日志,获取 repo 信息和一些 git 命令工具。
1111

@@ -24,7 +24,7 @@
2424
2525
## 安装
2626

27-
> 需要: go 1.14+, git 2.x
27+
> 需要: go 1.18+, git 2.x
2828
2929
```bash
3030
go get github.com/gookit/gitw

0 commit comments

Comments
 (0)