Skip to content

Commit 89b6f08

Browse files
committed
Update readme and add repo to package.json
1 parent 3cab0a4 commit 89b6f08

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"collection": "dist/collection/collection-manifest.json",
1111
"collection:main": "dist/collection/index.js",
1212
"unpkg": "dist/dotcms-ema-elements/dotcms-ema-elements.js",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/dotCMS/dotcms-ema-elements"
16+
},
1317
"files": [
1418
"dist/",
1519
"loader/"

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ In this repo we provide two Web Components that will help you to pass those attr
99
We have two:
1010

1111
```html
12-
<dotcms-ema-container container={}>
13-
<dotcms-ema-contentlet contenlet={container={}}>
12+
<dotcms-ema-container container="{}">
13+
<dotcms-ema-contentlet contenlet="{}">
1414
<!--HERE GOES YOUR CONTENTLET-->
1515
</dotcms-ema-contentlet>
1616
</dotcms-ema-container>

0 commit comments

Comments
 (0)