Browse Source

fix(docs): sync text between code and image

tags/v0.2.1
mingrammer 4 years ago
parent
commit
b13b70d533
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/examples.md

+ 1
- 1
docs/examples.md View File

@@ -154,7 +154,7 @@ from diagrams.k8s.network import Service
from diagrams.k8s.storage import PV, PVC, StorageClass from diagrams.k8s.storage import PV, PVC, StorageClass


with Diagram("Stateful Architecture", show=False): with Diagram("Stateful Architecture", show=False):
with Cluster("App Cluster"):
with Cluster("Apps"):
svc = Service("svc") svc = Service("svc")
sts = StatefulSet("sts") sts = StatefulSet("sts")




Loading…
Cancel
Save