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 5a59e73 commit f6895dc
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 a watch function that will notify you anytime a new node is added to the DOM that matches that 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:
SentinelJS is a tiny JS library that makes it easy to set up a watch function that will notify you anytime a new node is added to the DOM that matches a given 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 f6895dc

Please sign in to comment.