Skip to content

Commit fceb01e

Browse files
committed
June 21, 2022 6:25 AM
1 parent 14b1de5 commit fceb01e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ new SelectorObserver({
99
on: el => el.innerHTML = 'found!' ,
1010
off: el => el.innerHTML = 'lost!' ,
1111
}).observe('#SOTargets div');
12-
```[doc](https://doc.deno.land/https://cdn.jsdelivr.net/gh/u1ui/[email protected]/SelectorObserver.js)
12+
```
13+
[doc](https://doc.deno.land/https://cdn.jsdelivr.net/gh/u1ui/[email protected]/SelectorObserver.js)
1314

1415
## Install
1516

0 commit comments

Comments
 (0)