From de2849029995126b4fd3d3d74c8edc7d61e96c1e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 22 Feb 2024 22:38:08 +0000 Subject: [PATCH] Update README.md for UMD bundle v0.2.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc30988..7157298 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ limitations under the License. To use in Observable, ```javascript -iterPop = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-pop@umd/browser.js' ) +iterPop = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/iter-pop@v0.2.1-umd/browser.js' ) ``` To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build: @@ -66,7 +66,7 @@ var iterPop = require( 'path/to/vendor/umd/iter-pop/index.js' ) To include the bundle in a webpage, ```html - + ``` If no recognized module system is present, access bundle contents via the global scope: @@ -200,7 +200,7 @@ bool = ( ctx.count === 1 ); - +