@ -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<br><br>- Pulls blog repo<br>- Builds blog with jekyll<br>- Deploys to each WebServer]
@ -78,7 +78,7 @@ flowchart TB
subgraph three[WebServer Node]
subgraph three[WebServer]
c1[nginx]