From b9481805e2e43b1221d002ace43186a74d628df4 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 8 Nov 2023 05:29:53 +0000 Subject: [PATCH] Update README.md for UMD bundle v0.1.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7240e188..5561fbb5b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ limitations under the License. To use in Observable, ```javascript -math = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/math@umd/browser.js' ) +math = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/math@v0.1.1-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 math = require( 'path/to/vendor/umd/math/index.js' ) To include the bundle in a webpage, ```html - + ``` If no recognized module system is present, access bundle contents via the global scope: @@ -111,7 +111,7 @@ The namespace consists of the following sub-namespaces: - +