Skip to content

Commit

Permalink
doc: fix installation demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin-Huang committed Aug 11, 2022
1 parent 182cc00 commit a4b63e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A cli tool to generate constructor code for a Golang struct.
## Installation

```bash
go install github.com/Bin-Huang/make-constructor
go install github.com/Bin-Huang/make-constructor@latest
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Doc: [English](README.md) | **中文**
## 安装

```bash
go install github.com/Bin-Huang/make-constructor
go install github.com/Bin-Huang/make-constructor@latest
```

## 使用方法
Expand Down

0 comments on commit a4b63e7

Please sign in to comment.