Skip to content

Commit 60c8816

Browse files
authored
Update readme.md
1 parent 6c52993 commit 60c8816

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

readme.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<div align="center">
22
<h1>👑 ⚙️ Yield Machine</h1>
3-
<a href="https://bundlephobia.com/result?p=yieldmachine">
4-
<img src="https://badgen.net/bundlephobia/minzip/[email protected]" alt="minified and gzipped size">
5-
<img src="https://badgen.net/bundlephobia/min/[email protected]" alt="minified size">
6-
<img src="https://badgen.net/bundlephobia/dependency-count/[email protected]" alt="zero dependencies">
7-
</a>
3+
<div>State Machines using Generator Functions</div>
4+
<div>
5+
<a href="https://bundlephobia.com/result?p=yieldmachine">
6+
<img src="https://badgen.net/bundlephobia/minzip/[email protected]" alt="minified and gzipped size">
7+
<img src="https://badgen.net/bundlephobia/min/[email protected]" alt="minified size">
8+
<img src="https://badgen.net/bundlephobia/dependency-count/[email protected]" alt="zero dependencies">
9+
</a>
10+
</div>
811
</div>
912

10-
State Machines using Generator Functions
11-
1213
## Install
1314

1415
```console

0 commit comments

Comments
 (0)