Skip to content

Commit 837311f

Browse files
committed
fix: Update readme.md
1 parent 4e52d9b commit 837311f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all actions completed. Grounded on Vanilla javascript, easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/action)
44

5-
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-action/dist/CoCreate-action.min.js?label=minified%20size&style=for-the-badge)
6-
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-action?style=for-the-badge)
7-
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-action?style=for-the-badge)
8-
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-action/help%20wanted?style=for-the-badge)
5+
![minified](https://img.badgesize.io/https://cdn.cocreate.app/action/latest/CoCreate-action.min.js?style=flat-square&label=minified&color=orange)
6+
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/action/latest/CoCreate-action.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7+
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/action/latest/CoCreate-action.min.js?compression=brotli&style=flat-square&label=brotli)
8+
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-action?style=flat-square)
9+
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-action?style=flat-square)
10+
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
911

1012
![CoCreate-action](https://cdn.cocreate.app/docs/CoCreate-action.gif)
1113

@@ -29,6 +31,12 @@ For a complete guide and working demo refer to the [doumentation](https://cocrea
2931
$ npm i @cocreate/action
3032
```
3133

34+
## yarn
35+
36+
```shell
37+
$ yarn install @cocreate/action
38+
```
39+
3240
# Table of Contents
3341

3442
- [Table of Contents](#table-of-contents)

0 commit comments

Comments
 (0)