Skip to content

Commit

Permalink
doc: update EN and zh-CN readme
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Dec 12, 2022
1 parent 74ea45b commit 431aaff
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 @@ -5,7 +5,7 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/gookit/goutil.svg)](https://pkg.go.dev/github.com/gookit/goutil)
[![Go Report Card](https://goreportcard.com/badge/github.com/gookit/gitw)](https://goreportcard.com/report/github.com/gookit/gitw)
[![Unit-Tests](https://github.com/gookit/gitw/workflows/Unit-Tests/badge.svg)](https://github.com/gookit/gitw/actions)
[![Coverage Status](https://coveralls.io/repos/github/gookit/gitw/badge.svg?branch=master)](https://coveralls.io/github/gookit/gitw?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/gookit/gitw/badge.svg?branch=main)](https://coveralls.io/github/gookit/gitw?branch=main)

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

Expand All @@ -22,7 +22,7 @@
## Install

> required: go 1.16+, git 2.x
> required: go 1.18+, git 2.x
```bash
go get github.com/gookit/gitw
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/gookit/goutil.svg)](https://pkg.go.dev/github.com/gookit/goutil)
[![Go Report Card](https://goreportcard.com/badge/github.com/gookit/gitw)](https://goreportcard.com/report/github.com/gookit/gitw)
[![Unit-Tests](https://github.com/gookit/gitw/workflows/Unit-Tests/badge.svg)](https://github.com/gookit/gitw/actions)
[![Coverage Status](https://coveralls.io/repos/github/gookit/gitw/badge.svg?branch=master)](https://coveralls.io/github/gookit/gitw?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/gookit/gitw/badge.svg?branch=main)](https://coveralls.io/github/gookit/gitw?branch=main)

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

Expand All @@ -24,7 +24,7 @@
## 安装

> 需要: go 1.14+, git 2.x
> 需要: go 1.18+, git 2.x
```bash
go get github.com/gookit/gitw
Expand Down

0 comments on commit 431aaff

Please sign in to comment.