8000 readme · vanioinformatika/node-appstate@190df27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 190df27

Browse files
committed
readme
1 parent 1567155 commit 190df27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ States:
9999

100100
State machine:
101101

102-
* INIT icon:arrow-right[] [INIT, RUNNING, STOPPED, ERROR, FATAL]
102+
* INIT -> [INIT, RUNNING, STOPPED, ERROR, FATAL]
103103

104-
* RUNNING icon:arrow-right[] [INIT, RUNNING, STOPPED, ERROR, FATAL]
104+
* RUNNING -> [INIT, RUNNING, STOPPED, ERROR, FATAL]
105105

106-
* STOPPED icon:arrow-right[] [INIT, RUNNING, STOPPED, ERROR, FATAL]
106+
* STOPPED -> [INIT, RUNNING, STOPPED, ERROR, FATAL]
107107

108-
* ERROR icon:arrow-right[] [INIT, RUNNING, STOPPED, ERROR, FATAL]
108+
* ERROR -> [INIT, RUNNING, STOPPED, ERROR, FATAL]
109109

110-
* FATAL icon:arrow-right[] [FATAL]
110+
* FATAL -> [FATAL]
111111

112112
## Best practice
113113

0 commit comments

Comments
 (0)
0