diff --git a/d2plugin/plugin_elk.go b/d2plugin/plugin_elk.go index 5e38e4252..9a4555128 100644 --- a/d2plugin/plugin_elk.go +++ b/d2plugin/plugin_elk.go @@ -19,7 +19,7 @@ type elkPlugin struct{} func (p elkPlugin) Info(context.Context) (*PluginInfo, error) { return &PluginInfo{ - Name: "ELK", + Name: "elk", ShortHelp: "Eclipse Layout Kernel (ELK) with the Layered algorithm.", LongHelp: `ELK is a layout engine offered by Eclipse. Originally written in Java, it has been ported to Javascript and cross-compiled into D2.