Skip to content

Commit

Permalink
Use uniform language in flowchart
Browse files Browse the repository at this point in the history
Signed-off-by: lloydmeta <[email protected]>
  • Loading branch information
lloydmeta committed Nov 1, 2024
1 parent 0f856b5 commit a68c2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ flowchart
subgraph CDN/WAF
cdnReq[\"Request"\]
cdnResp[\"Response"\]
cdnResp[\"Ok/Error Response"\]
cdnCache[("CDN Cache")]
wafBlocked{"Rate limited?"}
cdnCached{"Cached?"}
Expand All @@ -83,7 +83,7 @@ flowchart
cdnCached -->|yes| cdnResp
cache -->|insert| cdnCache
cache -->|cache| cdnCache
cache --> cdnResp
Expand Down

0 comments on commit a68c2ca

Please sign in to comment.