Skip to content

Commit

Permalink
updating code snippet indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Feb 13, 2023
1 parent 8d3918f commit a54b44b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ For TypeScript:
```ts
import { Keycloak } from "keycloak-backend"
const keycloak = new Keycloak({
"realm": "realm-name",
"keycloak_base_url": "https://keycloak.example.org",
"client_id": "super-secure-client",
"username": "user@example.org",
"password": "passw0rd",
"is_legacy_endpoint": false
"realm": "realm-name",
"keycloak_base_url": "https://keycloak.example.org",
"client_id": "super-secure-client",
"username": "user@example.org",
"password": "passw0rd",
"is_legacy_endpoint": false
})
```

Expand Down

0 comments on commit a54b44b

Please sign in to comment.