lowercase

This commit is contained in:
Alexander Wang 2022-11-12 19:45:36 -08:00
parent 4c6526aa7e
commit 77693d3c71

View file

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