From 4da306c0f40717d278f9cfdeaf39c0559875aa99 Mon Sep 17 00:00:00 2001 From: Andres Morey Date: Mon, 18 Sep 2017 11:17:25 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af4b534..d756f42 100644 --- a/README.md +++ b/README.md @@ -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