Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
werbenhu committed Jun 5, 2023
1 parent d726434 commit 9838911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func main() {
### 安装digogen工具

```sh
go install github.com/werbenhu/digo/digogen@v1.0.3
go install github.com/werbenhu/digo/digogen@v1.0.4
```
### 生成依赖注入代码
打开命令行执行下面命令,`digogen`将会根据注解自动生成`digo.generated.go`源码文件.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func main() {
### Install digogen Tool

```sh
go install github.com/werbenhu/digo/digogen@v1.0.3
go install github.com/werbenhu/digo/digogen@v1.0.4
```

### Generate Dependency Injection Code
Expand Down

0 comments on commit 9838911

Please sign in to comment.