diff --git a/topics/themes.adoc b/topics/themes.adoc index 66eba35685..f9d3680ae8 100644 --- a/topics/themes.adoc +++ b/topics/themes.adoc @@ -331,15 +331,15 @@ bin\jboss-cli.bat --command="module add --name=org.example.mytheme --resources=m This command creates `modules/org/example/mytheme/main` directory with the `mytheme.zip` archive and `module.xml`. -To manually create the module create the directory `modules/org/keycloak/example/themes/main`, copy `mytheme.zip` to this directory and create the file -`modules/org/keycloak/example/themes/main/module.xml` with the contents: +To manually create the module create the directory `modules/org/keycloak/example/mytheme/main`, copy `mytheme.zip` to this directory and create the file +`modules/org/keycloak/example/mytheme/main/module.xml` with the contents: [source,xml] ---- - + ----