lowercase
This commit is contained in:
parent
4c6526aa7e
commit
77693d3c71
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue