From 3d8c5a8dbbbf8700a4a61a134bdb51e4eeb0997d Mon Sep 17 00:00:00 2001 From: RussellLuo Date: Fri, 11 Mar 2022 00:09:24 +0800 Subject: [PATCH] Update README --- README.md | 2 +- examples/messaging/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8334d0..a2f20a1 100644 --- a/README.md +++ b/README.md @@ -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) } diff --git a/examples/messaging/README.md b/examples/messaging/README.md index 8600420..a005033 100644 --- a/examples/messaging/README.md +++ b/examples/messaging/README.md @@ -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