Skip to content

Commit 0abd507

Browse files
committed
fix: Update readme.md
1 parent f357a32 commit 0abd507

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# CoCreate-docs
22

3-
A simple docs 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/docs)
3+
Documentation generator Take it for a spin in our [playground!](https://cocreate.app/docs/docs)
44

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

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

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

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

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

0 commit comments

Comments
 (0)