From e605448d224c976dbd94101f46c41395b621ca5b Mon Sep 17 00:00:00 2001 From: Chris Charabaruk Date: Fri, 9 Nov 2018 21:08:43 -0500 Subject: [PATCH] Mention `Enterprise_Boundary` macro in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd6a7d8..eb64de1 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS") ## Supported Diagram Types -* System Context diagram +* System Context & System Landscape diagrams * Import: `!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml` - * Macros: `Person`, `Person_Ext`, `System`, `System_Ext`, `Boundary`, `System_Boundary` + * Macros: `Person`, `Person_Ext`, `System`, `System_Ext`, `Boundary`, `System_Boundary`, `Enterprise_Boundary` * Container diagram * Import: `!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml` * Additional Macros: `Container`, `Container_Boundary` @@ -83,7 +83,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS") * Import: `!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Component.puml` * Additional Macros: `Component` -Take a look at each of the [C4 Model Core Diagram Samples](samples/C4CoreDiagrams.md). +Take a look at each of the [C4 Model Diagram Samples](samples/C4CoreDiagrams.md). ## Snippets for Visual Studio Code