From b6f6d1f3ccf1b29ae523d01afc493e94abcfb773 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Mon, 8 Mar 2021 02:52:58 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b703dd5..35d66062 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ then configure your `package.json` build's script to build the keycloak's theme Typically you will get: -`package.json`: +`package.json` ```json - "devDependencies": { +"devDependencies": { "keycloakify": "^0.0.10" - }, - "scripts": { +}, +"scripts": { "build": "react-scripts build && build-keycloak-theme" - }, +}, ``` Then build your app with `yarn run build` or `npm run build`, you will be provided with instructions