Skip to content

Commit 08ae146

Browse files
committed
add instatll instructions, media example
1 parent 9fe659b commit 08ae146

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
# CoCreate-conditional-logic
2+
23
A simple conditional-logic 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/conditional-logic)
34

4-
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-conditional-logic/dist/CoCreate-conditional-logic.min.js?label=minified%20size&style=for-the-badge)
5+
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-conditional-logic/dist/CoCreate-conditional-logic.min.js?label=minified%20size&style=for-the-badge)
56
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-conditional-logic?style=for-the-badge)
6-
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-conditional-logic?style=for-the-badge)
7+
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-conditional-logic?style=for-the-badge)
78
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-conditional-logic/help%20wanted?style=for-the-badge)
89

910
![CoCreate-conditional-logic](https://cdn.cocreate.app/docs/CoCreate-conditional-logic.gif)
1011

11-
## [Docs & Demo](https://cocreate.app/docs/conditional-logic)
12-
12+
## [Docs & Demo](https://cocreate.app/docs/clone)
1313

1414
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/conditional-logic)
1515

1616
## CDN
17+
1718
```html
1819
<script src="https://cdn.cocreate.app/conditional-logic/latest/CoCreate-conditional-logic.min.js"></script>
1920
```
21+
2022
```html
2123
<script src="https://cdn.cocreate.app/conditional-logic/latest/CoCreate-conditional-logic.min.css"></script>
2224
```
2325

2426
## NPM
27+
2528
```shell
2629
$ npm install @cocreate/conditional-logic
2730
```
@@ -36,17 +39,19 @@ $ npm install @cocreate/conditional-logic
3639
- [License](#license)
3740

3841
<a name="announcements"></a>
42+
3943
# Announcements
4044

41-
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-conditional-logic/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-conditional-logic/releases). You may also subscribe to email for releases and breaking changes.
45+
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-conditional-logic/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-conditional-logic/releases). You may also subscribe to email for releases and breaking changes.
4246

4347
<a name="roadmap"></a>
48+
4449
# Roadmap
4550

4651
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-conditional-logic/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-conditional-logic/pulls). We would love to hear your feedback.
4752

48-
4953
<a name="about"></a>
54+
5055
# About
5156

5257
CoCreate-conditional-logic is guided and supported by the CoCreate Developer Experience Team.
@@ -56,6 +61,7 @@ Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) i
5661
CoCreate-conditional-logic is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
5762

5863
<a name="contribute"></a>
64+
5965
# How to Contribute
6066

6167
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-conditional-logic/blob/master/CONTRIBUTING.md) guide for details.
@@ -65,6 +71,5 @@ We want this library to be community-driven, and CoCreate led. We need your help
6571
We appreciate your continued support, thank you!
6672

6773
# License
68-
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-conditional-logic/blob/master/LICENSE)
6974

70-
hola
75+
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-conditional-logic/blob/master/LICENSE)

0 commit comments

Comments
 (0)