From 875a88c1e47d2ca24dfe9b71189b0c9030bfff23 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 22 Feb 2024 03:46:24 +0000 Subject: [PATCH] Update README.md for ESM bundle v0.2.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b6b3e..705f1cd 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ limitations under the License. ## Usage ```javascript -import isRegExpString from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-regexp-string@esm/index.mjs'; +import isRegExpString from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-regexp-string@v0.2.1-esm/index.mjs'; ``` #### isRegExpString( value ) @@ -76,7 +76,7 @@ var bool = isRegExpString( '/^beep$/' );