Skip to content

Commit 4b3289a

Browse files
committed
fix: Update readme.md
1 parent d090ca6 commit 4b3289a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
A simple render component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/render)
44

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

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

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

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

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

0 commit comments

Comments
 (0)