Skip to content

Commit 20917bb

Browse files
committed
fix hierarchy docs
1 parent 4ccd21e commit 20917bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ console.log(machine.state)
2828
// => 'green'
2929
```
3030

31-
## Hierarchical (to be implemented)
31+
## Hierarchical
3232
Let's implement a traffic light that flashes red whenever there's a power
3333
outage. Instead of adding a `powerOutage` event to each normal state, we
3434
introduce a hierarchy which allows any normal state to emit the `powerOutage`

0 commit comments

Comments
 (0)