From f159ee40674092add8b425265dcef56004495bd7 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 5 Nov 2024 20:59:43 +0000 Subject: [PATCH] Update README.md for UMD bundle v0.3.3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f577e037..3f339fc7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ limitations under the License. To use in Observable, ```javascript -blas = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/blas@umd/browser.js' ) +blas = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/blas@v0.3.3-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 blas = require( 'path/to/vendor/umd/blas/index.js' ) To include the bundle in a webpage, ```html - + ``` If no recognized module system is present, access bundle contents via the global scope: @@ -114,7 +114,7 @@ The namespace contains the following: - +