Skip to content

Commit be140d0

Browse files
authored
Update README.md
Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent 878f217 commit be140d0

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

README.md

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -175,32 +175,19 @@ sequenceDiagram
175175

176176
---
177177

178-
## 🛡️ Resilience Hub Policy
178+
### 🛡️ Resilience Hub Policy
179179

180180
```mermaid
181181
stateDiagram-v2
182-
[*] --> Region
183-
Region --> AZ
184-
AZ --> Hardware
185-
Hardware --> Software
186-
Software --> [*]
187-
188-
state Region {
189-
RTO: 3600s
190-
RPO: 5s
191-
}
192-
state AZ {
193-
RTO: 1s
194-
RPO: 1s
195-
}
196-
state Hardware {
197-
RTO: 1s
198-
RPO: 1s
199-
}
200-
state Software {
201-
RTO: 5400s
202-
RPO: 300s
203-
}
182+
[*] --> Region
183+
Region: RTO = 3600s\nRPO = 5s
184+
Region --> AZ
185+
AZ: RTO = 1s\nRPO = 1s
186+
AZ --> Hardware
187+
Hardware: RTO = 1s\nRPO = 1s
188+
Hardware --> Software
189+
Software: RTO = 5400s\nRPO = 300s
190+
Software --> [*]
204191
```
205192

206193
---

0 commit comments

Comments
 (0)