From ed51ad4a678ce85f4a942f4c44b704d134435f68 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 18 Aug 2024 21:52:37 +0000 Subject: [PATCH] Update README.md for UMD bundle v0.3.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd12a3b8f..445134bfd 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.3.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 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: - +