From fc8cf7f8d97e0c026b29a1bb225264eada662f17 Mon Sep 17 00:00:00 2001 From: William Troup Date: Tue, 18 Jun 2024 10:32:58 +0100 Subject: [PATCH] README updates. --- README.md | 1 + README_NUGET.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c74fb20..772f481 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Observe.js

What features does Observe.js have?

- Zero-dependencies and extremely lightweight! +- Exportable for use in other frameworks! - JS Object and HTML DOM Element watching! - Watch for specific property changes! - Cancel, Pause, and Resume support! diff --git a/README_NUGET.md b/README_NUGET.md index b5e4a04..b1cf847 100644 --- a/README_NUGET.md +++ b/README_NUGET.md @@ -13,6 +13,7 @@ ## What features does Observe.js have? - Zero-dependencies and extremely lightweight! +- Exportable for use in other frameworks! - JS Object and HTML DOM Element watching! - Watch for specific property changes! - Cancel, Pause, and Resume support!