Merge pull request #77 from terrastruct/alixander/elk-rename
ELK -> elk
This commit is contained in:
commit
87ee5fd93a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue