diff --git a/README.md b/README.md index f7eb79d..54b511a 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ func (g *MyGenerator) Generate(config *configurator.Config, opts ...util.Option) // apply the substitutions to Jinja template and return output as byte array return generator.ApplyTemplate(path, generator.Mappings{ "plugin_name": g.GetName(), - "plugin_version": g.GetVersion(), - "plugin_description": g.GetDescription(), + "plugin_version": g.GetVersion(), + "plugin_description": g.GetDescription(), "output": output, }) }