diff --git a/topics/themes.adoc b/topics/themes.adoc index 5cea8e587a..0ee8eb5cfe 100644 --- a/topics/themes.adoc +++ b/topics/themes.adoc @@ -345,7 +345,7 @@ To manually create the module create the directory `modules/org/keycloak/example ---- -You also need to register the module with {{book.project.name}}. This is done by editing `keycloak-server.json` (in standalone/configuration or domain/servers/{server name}/configuration) and adding the module +You also need to register the module with {{book.project.name}}. This is done by editing `keycloak-server.json` (in `standalone/configuration` or `domain/servers/{server name}/configuration`) and adding the module to `theme/module/modules`. For example: [source]