Explorar el Código

fix(docs): sync text between code and image

tags/v0.2.1
mingrammer hace 4 años
padre
commit
b13b70d533
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      docs/examples.md

+ 1
- 1
docs/examples.md Ver fichero

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

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



Cargando…
Cancelar
Guardar