mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 10:19:21 +07:00
Fix typo
This commit is contained in:
parent
a030e0a1b1
commit
7732b871eb
@ -18,7 +18,7 @@
|
||||
|
||||
## Architecture
|
||||
|
||||
![Provision](https://user-images.githubusercontent.com/27996771/122675504-ed208b80-d203-11eb-8bfb-6d3d052fd2a9.jpg)
|
||||
![Provision](https://user-images.githubusercontent.com/27996771/122676008-2eb23600-d206-11eb-8275-fb5d99bc8515.jpg)
|
||||
|
||||
A single `make` command will automatically:
|
||||
|
||||
|
@ -12,7 +12,7 @@ graph_attr = {
|
||||
"pad": "0"
|
||||
}
|
||||
|
||||
with Diagram("Provision (sperated by logical layers)", graph_attr=graph_attr, outformat="jpg", show=False):
|
||||
with Diagram("Provision (separated by logical layers)", graph_attr=graph_attr, outformat="jpg", show=False):
|
||||
controller = Client("Initial controller")
|
||||
bare_metal_machines = Server(f"Server(s)")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user