diff --git a/README.md b/README.md index d040037..4403f8c 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,10 @@ func (g *MyGenerator) Generate(config *configurator.Config, opts ...util.Option) }) } +> [!NOTE] +> The keys in `generator.ApplyTemplate` must not contain illegal characters such as a `-` or else the templates will not apply correctly. + + // this MUST be named "Generator" for symbol lookup in main driver var Generator MyGenerator ```