vfrz / DotNetGraph

Create GraphViz DOT graph with .NET / C#
MIT License
93 stars 20 forks source link

Readme vs class - DotSubGraph vs DotSubgraph #38

Closed FelixReuthlinger closed 1 year ago

FelixReuthlinger commented 1 year ago

This is just minor, but maybe worth correcting ;)

REAMDE says

var mySubGraph = new DotSubGraph().WithIdentifier("cluster_0");

Class is called

DotSubgraph
vfrz commented 1 year ago

Nice catch, I'll fix this asap!

vfrz commented 1 year ago

Fixed by 8b5d8c6