Skip to content

Commit 54750ad

Browse files
docs: fix service loader file name in template-customization.adoc (#108)
1 parent b3a9c8d commit 54750ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/template-customization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public interface TemplateCompiler {
267267

268268
=== Register custom template compiler
269269

270-
To register your service create a file named `org.rodnansol.core.generator.template.TemplateCompiler` under the `META-INF/services` directory and put your class's fully qualified name into the file.
270+
To register your service create a file named `org.rodnansol.core.generator.template.compiler.TemplateCompiler` under the `META-INF/services` directory and put your class's fully qualified name into the file.
271271

272272
To make sure you have the necessary classes, at least for now, you have to add the following dependency to your project:
273273

0 commit comments

Comments
 (0)