Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 8f4da0b

Browse files
author
Oliver Hausler
authored
Update README
1 parent 8e48c72 commit 8f4da0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class App extends React.Component {
2727
if (!attach.isInitialized()) {
2828
attach.setProperties({
2929
'attach:item': `https://www.attach.live`,
30-
'attach:reactions:services': ['comments', 'videos'],
30+
'attach:reactions:hide-sections': ['comments', 'videos'],
3131
})
3232

3333
attach.initialize()
@@ -41,7 +41,7 @@ class App extends React.Component {
4141
<Reactions item="https://developers.attach.live" />
4242
</div>
4343
<div>
44-
<Reactions properties={{ services: 'videos' }} />
44+
<Reactions properties={{ hide-sections: 'videos' }} />
4545
</div>
4646
<div>
4747
<Preview />

0 commit comments

Comments
 (0)