Skip to content

Commit 9fe659b

Browse files
committed
clean tree
1 parent f73f728 commit 9fe659b

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ A simple conditional-logic component in vanilla javascript. Easily configured us
66
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-conditional-logic?style=for-the-badge)
77
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-conditional-logic/help%20wanted?style=for-the-badge)
88

9-
![CoCreate-boilerplate](https://cdn.cocreate.app/docs/CoCreate-boilerplate.gif)
9+
![CoCreate-conditional-logic](https://cdn.cocreate.app/docs/CoCreate-conditional-logic.gif)
1010

1111
## [Docs & Demo](https://cocreate.app/docs/conditional-logic)
1212

1313

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

1616
## CDN
1717
```html
18-
<script src="https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js"></script>
18+
<script src="https://cdn.cocreate.app/conditional-logic/latest/CoCreate-conditional-logic.min.js"></script>
1919
```
2020
```html
21-
<script src="https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.css"></script>
21+
<script src="https://cdn.cocreate.app/conditional-logic/latest/CoCreate-conditional-logic.min.css"></script>
2222
```
2323

2424
## NPM
2525
```shell
26-
$ npm install @cocreate/boilerplate
26+
$ npm install @cocreate/conditional-logic
2727
```
2828

2929
# Table of Contents
@@ -60,7 +60,7 @@ CoCreate-conditional-logic is maintained and funded by CoCreate. The names and l
6060

6161
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.
6262

63-
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-boilerplate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-boilerplate/pulls) or merely upvote or comment on existing issues or pull requests.
63+
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-conditional-logic/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-conditional-logic/pulls) or merely upvote or comment on existing issues or pull requests.
6464

6565
We appreciate your continued support, thank you!
6666

demo/CoCreate-conditional-logic.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,17 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
99
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
10-
<title>Conditional Logic | CoCreate</title>
10+
<title>CoCreate Conditional Logic | CoCreateJS</title>
1111

12-
<!-- CoCreateCSS -->
12+
<!-- CoCreate CSS CDN -->
1313
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
1414

15-
<!-- CoCreate Avatar -->
16-
<link rel="stylesheet" href="./CoCreate-avatar.css" type="text/css" />
17-
18-
15+
<style type="text/css">
16+
.hidden{display:none;}
17+
</style>
18+
1919
</head>
20-
<style type="text/css">
21-
.hidden{display:none;}
22-
</style>
20+
2321
<body>
2422

2523

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ <h2>CoCreate-conditional-logic</h2>
4545
<div id="conditional-logic-section" class="display:flex flex-wrap:wrap">
4646
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">
4747
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Install</h2>
48-
<pre><code class="language-javascript">npm install cocreate-conditional-logic</code></pre>
48+
<pre><code class="language-javascript">npm install @cocreate/conditional-logic</code></pre>
4949
<p class="padding:10px_0px">Or you can use cdn link:</p>
50-
<pre><code class="language-javascript">https://cdn.cocreate.app/CoCreate-conditional-logic.min.js</code></pre>
50+
<pre><code class="language-javascript">https://cdn.cocreate.app/latest/cocreate.min.js</code></pre>
5151

5252
<h2 class="border-bottom:1px_solid_lightgrey margin-top:80px padding:5px_0px">Usage</h2>
5353
<div class="">

0 commit comments

Comments
 (0)