Skip to content

Commit 3b7e144

Browse files
committed
readme
1 parent b4e5e65 commit 3b7e144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ const container = weld.el('div')
208208
weld.dom.append(container, weld.el('div.classfind'))
209209
weld.dom.append(container, weld.el('div.classfind'))
210210

211-
const first = weld.dom.get(container, 'div.classfind')
212-
const all = weld.dom.find(container, 'div.classfind')
211+
const first = weld.dom.get('div.classfind', container)
212+
const all = weld.dom.find('div.classfind', container)
213213
```
214214

215215
## Examples

0 commit comments

Comments
 (0)