From ebcc2572eb747bd901de3e177fc7a7592714b6eb Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 16 Jan 2025 13:16:18 +0100 Subject: [PATCH] Format Fix --- keycloak/fundamentals/lab2.5/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keycloak/fundamentals/lab2.5/README.md b/keycloak/fundamentals/lab2.5/README.md index bb97a4d..dec10c5 100644 --- a/keycloak/fundamentals/lab2.5/README.md +++ b/keycloak/fundamentals/lab2.5/README.md @@ -20,7 +20,7 @@ 6) Exchange the admin's access token for the tokens of the created `labuser` (see code 2). 7) Check whether the ID token received belongs to the `labuser`. -# Code 1 +## Code 1 ``` curl \ @@ -33,7 +33,7 @@ curl \ ``` -# Code 2 +## Code 2 ``` curl \