Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjustino committed Apr 3, 2021
2 parents 8b8cf7c + b7ac03d commit bdf04b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ var diagram = new ContextDiagram
}
};

PlantumlFile.Save(diagram);
PlantumlFile.Export(diagram);
```
The result will be:
Expand All @@ -78,6 +77,12 @@ The result will be:

To learn more about `C4S` access our [wiki](https://github.com/8T4/c4sharp/wiki).

## Thanks

- [Simon Brown](https://twitter.com/simonbrown)
- [PlantUML Team](https://plantuml.com/)
- [C4-PlantUML Team](https://github.com/plantuml-stdlib/C4-PlantUML)

## Guide to contributing to a GitHub project
This is a guide to contributing to this open source project that uses GitHub. It’s mostly based on how many open sorce projects operate. That’s all there is to it. The fundamentals are:

Expand Down

0 comments on commit bdf04b0

Please sign in to comment.