Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellLuo committed Mar 10, 2022
1 parent 7ebd937 commit 3d8c5a8
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 @@ -574,7 +574,7 @@ or
```go
type Service interface {
//kun:op POST /users
//kun:body age name=user_age type=string descr=The-user-age
//kun:body age name=user_age type=string descr='The user age'
CreateUser(ctx context.Context, name string, age int) (err error)
}
Expand Down
2 changes: 1 addition & 1 deletion examples/messaging/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# messaging

This example illustrates how to specify multiple HTTP operations.
This example illustrates how to specify multiple HTTP request operations.


## Generate the code
Expand Down

0 comments on commit 3d8c5a8

Please sign in to comment.