From 8cc4d2b706009f69548d2b0770c81c089e2ae922 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 8 Nov 2023 04:17:10 +0000 Subject: [PATCH] Update README.md for ESM bundle v0.1.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a46b9301d..a06e60791 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ limitations under the License. ## Usage ```javascript -import math from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@esm/index.mjs'; +import math from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@v0.1.0-esm/index.mjs'; ``` You can also import the following named exports from the package: ```javascript -import { base, iter, special, strided, tools } from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@esm/index.mjs'; +import { base, iter, special, strided, tools } from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@v0.1.0-esm/index.mjs'; ``` #### math @@ -95,7 +95,7 @@ The namespace consists of the following sub-namespaces: