Skip to content

Commit

Permalink
docs: remove unneeded q
Browse files Browse the repository at this point in the history
  • Loading branch information
Persistent13 committed Nov 10, 2024
1 parent 363efb8 commit 14a1fe6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Keycloak.AuthServices.Sdk.Kiota/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Generate Client

```bash
export KEYCLOAK_API_VERSION=24.0.1
export KEYCLOAK_API_VERSION=26.0.5
kiota generate -l CSharp \
--log-level trace \
--output ./ \
Expand All @@ -12,4 +12,3 @@ kiota generate -l CSharp \
--exclude-backward-compatible \
--openapi https://www.keycloak.org/docs-api/$KEYCLOAK_API_VERSION/rest-api/openapi.json
```
q

0 comments on commit 14a1fe6

Please sign in to comment.