Skip to content

Commit 36b8ac7

Browse files
committed
Components for state machines.
1 parent 646dfce commit 36b8ac7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>👑 ⚙️ Yield Machine</h1>
3-
<p>Composable State Machines using Generator Functions</p>
3+
<p>Components for 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">
@@ -12,8 +12,8 @@
1212

1313
## Goals
1414

15-
- States can be reused.
16-
- Nest machines inside one another.
15+
- States and machines can be reused — components for state machines.
16+
- Nest machines inside one another — aid reuse and clarity.
1717
- Interops with native JavaScript & browser features such as Promise, AbortSignal, and EventTarget.
1818
- Consistently use built-in browser features such as offline status, promises, fetch, IntersectionObserver, ResizeObserver, window.location. Manage these things in a consistent way with a consistent interface.
1919

0 commit comments

Comments
 (0)