Skip to content

Commit a54b44b

Browse files
committed
updating code snippet indentation
1 parent 8d3918f commit a54b44b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ For TypeScript:
4040
```ts
4141
import { Keycloak } from "keycloak-backend"
4242
const keycloak = new Keycloak({
43-
"realm": "realm-name",
44-
"keycloak_base_url": "https://keycloak.example.org",
45-
"client_id": "super-secure-client",
46-
"username": "[email protected]",
47-
"password": "passw0rd",
48-
"is_legacy_endpoint": false
43+
"realm": "realm-name",
44+
"keycloak_base_url": "https://keycloak.example.org",
45+
"client_id": "super-secure-client",
46+
"username": "[email protected]",
47+
"password": "passw0rd",
48+
"is_legacy_endpoint": false
4949
})
5050
```
5151

0 commit comments

Comments
 (0)