Skip to content

Commit 2af03f3

Browse files
authored
Update README.md
1 parent 9c64c30 commit 2af03f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Convert REST API's JSON payload to Golang struct.
1717
1818
Arguments:
1919
url URL (required)
20-
body HTTP request body. specify by json string or file(json|yml).
20+
body HTTP request body. specify by json string or file.
2121
2222
Options:
2323
-v, --version output the current version
24-
-H, --headers <string> http request headers. specify by json string or file(json|yml).
24+
-H, --headers <string> http request headers. specify by json string or file.
2525
-X, --method <string> specify request method to use.
2626
--config <string> location of client config files. (default: "./.api-to-go.yml")
2727
-D, --debug enable debug mode

0 commit comments

Comments
 (0)