From b527ed722364dc6d156487c652df100572075dee Mon Sep 17 00:00:00 2001 From: Jon Sakas Date: Wed, 29 Apr 2020 08:44:52 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00163456..e0ce185d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ A Node JS implementation of the CSS Object Model [CSSStyleDeclaration interface] This package is an extension of the CSSStyleDeclaration class in Nikita Vasilyev's [CSSOM](https://github.com/NV/CSSOM) with added support for CSS 2 & 3 properties. The primary use case is for testing browser code in a Node environment. -It was originally created by Chad Walker, it is now maintaind by Jon Sakas and other open source contributors. +It was originally created by Chad Walker, it is now maintained by the jsdom community. Bug reports and pull requests are welcome.