From 0c0c81d5e74aae256bff6e9ce940c97210b7ad58 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 11 Dec 2023 18:26:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4194dbf..a2139dc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ yarn start # See the Hello World app # Install mvn (Maven) if not already done. On mac it's 'brew install maven', on Ubuntu/Debian it's 'sudo apt-get install maven' -yarn build-keycloak-theme # Actually build the theme +yarn build-keycloak-theme # Actually build the theme (generates the .jar to be imported in Keycloak) # Read the instruction printed on the console to see how to test # your theme on a real Keycloak instance.