From c68b524a974c6047564268889e8c58419ace1a16 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 14 Feb 2024 06:06:12 +0000 Subject: [PATCH] Update README.md for Deno bundle v0.2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b89e77f..3b38c92 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ limitations under the License. ## Usage ```javascript -import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@deno/mod.js'; +import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@v0.2.0-deno/mod.js'; ``` #### isStrictEqual( a, b ) @@ -89,7 +89,7 @@ bool = isStrictEqual( -0.0, -0.0 ); ```javascript -import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@deno/mod.js'; +import isStrictEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@v0.2.0-deno/mod.js'; var bool = isStrictEqual( true, true ); // returns true