Skip to content

Commit e5e0bd6

Browse files
committed
fix: update descriptions
1 parent eb23f9e commit e5e0bd6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CoCreate-render
22

3-
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)
3+
A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/render)
44

55
![minified](https://img.badgesize.io/https://cdn.cocreate.app/render/latest/CoCreate-render.min.js?style=flat-square&label=minified&color=orange)
66
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/render/latest/CoCreate-render.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<!-- CoCreate CSS -->
1616
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
17-
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" data-save="true" />
17+
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
1818
</head>
1919

2020
<body>
@@ -43,7 +43,7 @@ <h2>CoCreate-render</h2>
4343
<a href="https://github.com/CoCreate-app/CoCreate-dnd" target="_blank" class=""><i class="fab fa-github"></i></a>
4444
</div>
4545
</div>
46-
<h1 class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">CoCreate-render javascript component. Easy configuration using data-attributes and highly styleable.</p>
46+
<h1 class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">CoCreate-render javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable.</p>
4747
<div id="render-section" class="display:flex flex-wrap:wrap">
4848
<div class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
4949
<div id="render-install" class="border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#render-install-section">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cocreate/render",
33
"version": "1.2.1",
4-
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
4+
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"render",
77
"cocreate",

0 commit comments

Comments
 (0)