diff --git a/README.md b/README.md index b597b68..c7ee7f8 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ This diagram shows a view of a user updating a post and somebody from the Intern ```mermaid flowchart TB - subgraph one[Panel Node] + subgraph one[Panel] a2[MyJekyllBlog::Web] a3[Nginx] a3 -- Hypnotoad PSGI --> a2 end - subgraph two[Build Node] + subgraph two[Build] b2[MyJekyllBlog Worker

- Pulls blog repo
- Builds blog with jekyll
- Deploys to each WebServer] end @@ -78,7 +78,7 @@ flowchart TB end - subgraph three[WebServer Node] + subgraph three[WebServer] c1[nginx] end