diff --git a/README.md b/README.md
index 30ac59a6..9e4819c6 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
🔏 Create Keycloak themes using React 🔏
@@ -30,9 +30,8 @@
-> **New in v4.4.0**: Feature [`login-page-expired.ftl`](https://user-images.githubusercontent.com/6702424/147856832-38c042a7-9fc8-473f-9595-e00123095ca6.png).
-> Every time a page is added it's a breaking change for non CSS-only theme.
-> Change [this](https://github.com/garronej/keycloakify-demo-app/blob/812754109c61157741f4a0b222026deb1538a02d/src/KcApp/KcApp.tsx#L18) and [this](https://github.com/garronej/keycloakify-demo-app/blob/812754109c61157741f4a0b222026deb1538a02d/src/KcApp/KcApp.tsx#L39) to update.
+> There is a new recommended way to setup highly customized theme. See [here](https://github.com/garronej/keycloakify-demo-app/blob/look_and_feel/src/KcApp/KcApp.tsx).
+> Unlike with [the previous recommended method](https://github.com/garronej/keycloakify-demo-app/blob/a51660578bea15fb3e506b8a2b78e1056c6d68bb/src/KcApp/KcApp.tsx), your theme wont break on minor Keycloakify update.
# Motivations
@@ -257,8 +256,6 @@ WARNING: If you chose to go this way use:
}
```
-in your `package.json` instead of `^X.Y.Z`. A minor update of Keycloakify might break your app.
-
### Hot reload
Rebuild the theme each time you make a change to see the result is not practical.