From a2f649687a997759f3386d39abc6048011e668bc Mon Sep 17 00:00:00 2001 From: Steven Levithan Date: Sun, 18 Aug 2024 20:42:50 +0200 Subject: [PATCH] Note on availability --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 54069c5..b4471cd 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Try it out on the [**demo page**](https://slevithan.github.io/regex-colorizer/de ## Install and use +> [!IMPORTANT] +> The latest versions are not yet available on npm or CDNs due to an ongoing issue. Until it's resolved, Regex Colorizer needs to be downloaded from GitHub. + ```sh npm install regex-colorizer ```