From 1a05bffaa06978bf9cba4283e5e80c0950a82060 Mon Sep 17 00:00:00 2001 From: Kaitlyn Parkhurst Date: Sat, 19 Nov 2022 03:20:44 -0800 Subject: [PATCH] Docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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