Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Aug 14, 2024
1 parent c16025c commit 47efa32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ flowchart TD
subgraph Application::Loop
Loop{{For each component}} --> CCS{State?}
CCS --> |Looping|LP1(Call component's loop)
CCS --> |Active|LP1(Call component's loop)
CCS --> |NotInitialized|LP2(Call component's init)
CCS --> |Initialized|LP3(Call component's postInit)
CCS --> |ToBeRemoved|LP4(Remove component)
CCS --> |ToRemove|LP4(Remove component)
LP2 --> SCS2(State -> Initialized) --> DF
LP3 --> SCS3(State -> Looping) --> DF
LP3 --> SCS3(State -> Active) --> DF
LP1 --> DF
DF{Success?}
Expand Down

0 comments on commit 47efa32

Please sign in to comment.