From 910dfdefba5905695437d306c00bc70918ae026d Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 14 Feb 2024 06:06:13 +0000 Subject: [PATCH] Update README.md for UMD bundle v0.2.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3795a2d..ef26deb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ limitations under the License. To use in Observable, ```javascript -isStrictEqual = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@umd/browser.js' ) +isStrictEqual = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-strict-equal@v0.2.0-umd/browser.js' ) ``` To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build: @@ -56,7 +56,7 @@ var isStrictEqual = require( 'path/to/vendor/umd/assert-is-strict-equal/index.js To include the bundle in a webpage, ```html - + ``` If no recognized module system is present, access bundle contents via the global scope: @@ -116,7 +116,7 @@ bool = isStrictEqual( -0.0, -0.0 ); - +