Skip to content

Commit 708ed18

Browse files
committed
Update README.md
1 parent 3a39a37 commit 708ed18

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
@@ -1,8 +1,8 @@
11
# bulker
22

3-
Query a [live](https://www.w3.org/TR/dom/#concept-collection-live) DOM collection and perform bulk manipulations with its elements.
3+
Query a DOM collection and perform bulk manipulations with its elements.
44

5-
Bulker queries are live and backed by [MutationObserver](https://developer.mozilla.org/en/docs/Web/API/MutationObserver). This means that on any DOM change underlying bulker collections are changed accordingly (and all [listeners](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener) are updated as well).
5+
Bulker queries are [live](https://www.w3.org/TR/dom/#concept-collection-live) and backed by [MutationObserver](https://developer.mozilla.org/en/docs/Web/API/MutationObserver). This means that on any DOM change underlying bulker collections are changed accordingly (and all [listeners](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener) are updated as well).
66

77
## Installation
88
```sh

0 commit comments

Comments
 (0)