Skip to content

Commit 81dca5c

Browse files
authored
Update readme.md
1 parent 4478530 commit 81dca5c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>👑 ⚙️ Yield Machine</h1>
3-
<p>Define State Machines using Generator Functions</p>
3+
<p>Composable State Machines using Generator Functions</p>
44
<div>
55
<a href="https://bundlephobia.com/result?p=yieldmachine">
66
<img src="https://badgen.net/bundlephobia/minzip/[email protected]" alt="minified and gzipped size">
@@ -10,6 +10,14 @@
1010
</div>
1111
</div>
1212

13+
## Overview
14+
15+
- Define state machine components using generators functions.
16+
- States can be reused.
17+
- Nest machines inside one another.
18+
- Use native JavaScript features such as Promise, AbortSignal, and EventTarget.
19+
- Conform various stateful things such as offline status, promises, fetch, IntersectionObserver, ResizeObserver. Manage these things in a consistent way with a consistent interface.
20+
1321
## Install
1422

1523
```console

0 commit comments

Comments
 (0)