Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey authored Sep 18, 2017
1 parent 09f29cc commit 4da306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SentinelJS is a tiny JS library that lets you detect new DOM nodes using CSS sel

## Introduction

SentinelJS is a tiny JS library that makes it easy to set up watch functions that notify you anytime a new node is added to the DOM. Using SentinelJS you can detect a new element based on a CSS rule and modify its behavior when it gets added to the DOM. Among other things, you can take advantage of this to implement custom-elements and make other in-place modifications to new DOM elements:
SentinelJS is a tiny JS library that makes it easy to set up watch functions that notify you anytime a new node is added to the DOM. Using SentinelJS you can detect a new element based on a CSS rule. Among other things, you can take advantage of this to implement custom-elements and make other in-place modifications to new DOM elements:

```html
<script>
Expand Down

0 comments on commit 4da306c

Please sign in to comment.