Browse Source

Update readme.md (#2748)

Kevin Wan 2 years ago
parent
commit
28f1b15b8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -154,7 +154,7 @@ goctl migrate —verbose —version v1.4.3
    ```go
    type (
      Request {
-       Name string `path:"name,options=you|me"` // parameters are auto validated
+       Name string `path:"name,options=[you,me]"` // parameters are auto validated
      }
    
      Response {