From 77693d3c717af585afeab4815574e4a7fe51cce2 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sat, 12 Nov 2022 19:45:36 -0800 Subject: [PATCH] lowercase --- d2plugin/plugin_elk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.