Skip to content

Commit

Permalink
docs: README.md (#749)
Browse files Browse the repository at this point in the history
* update examples
  • Loading branch information
tonybase authored Mar 5, 2021
1 parent 98b5903 commit 39886e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ kratos proto client api/helloworld/helloworld.proto
# generate server template
kratos proto server api/helloworld/helloworld.proto -t internal/service
# Generate all proto source code, wire, etc.
# generate all proto source code, wire, etc.
go generate ./...
# compile
go build -o ./bin/ ./...
Expand Down Expand Up @@ -93,7 +93,7 @@ app.Run()
## Related

* [Docs](https://go-kratos.dev/)
* [Examples](https://github.com/go-kratos/examples)
* [Examples](./examples)
* [Service Layout](https://github.com/go-kratos/kratos-layout)

## Community
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ app.Run()
## Related

* [Docs](https://go-kratos.dev/)
* [Examples](https://github.com/go-kratos/examples)
* [Examples](./examples)
* [Service Layout](https://github.com/go-kratos/kratos-layout)

## Community
Expand Down

0 comments on commit 39886e0

Please sign in to comment.