diff --git a/README.md b/README.md index 80cf6a203..17040295f 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.3.3-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.3.3-esm/index.mjs'; ``` #### math @@ -95,7 +95,7 @@ The namespace consists of the following sub-namespaces: