Skip to content

Commit

Permalink
Merge pull request #142 from jmichael7/main
Browse files Browse the repository at this point in the history
Fixed a typo in Readme.md (cliend -> client)
  • Loading branch information
danielgtaylor authored Oct 19, 2023
2 parents 5eacbe5 + 9063e64 commit 36d8239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ o.Components.SecuritySchemes["my-scheme"] = &huma.SecurityScheme{
o.Extensions["x-cli-autoconfig"] = huma.AutoConfig{
Security: "my-scheme",
Params: map[string]string{
"cliend_id": "abc123",
"client_id": "abc123",
"authorize_url": "https://example.tld/authorize",
"token_url": "https://example.tld/token",
"scopes": "read,write",
Expand Down

0 comments on commit 36d8239

Please sign in to comment.