We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e5e65 commit 3b7e144Copy full SHA for 3b7e144
1 file changed
README.md
@@ -208,8 +208,8 @@ const container = weld.el('div')
208
weld.dom.append(container, weld.el('div.classfind'))
209
210
211
-const first = weld.dom.get(container, 'div.classfind')
212
-const all = weld.dom.find(container, 'div.classfind')
+const first = weld.dom.get('div.classfind', container)
+const all = weld.dom.find('div.classfind', container)
213
```
214
215
## Examples
0 commit comments