diff --git a/README.md b/README.md index 5147c3d5..77a210b0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ limitations under the License. To use in Observable, ```javascript -ns = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array@umd/browser.js' ) +ns = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array@v0.2.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 ns = require( 'path/to/vendor/umd/array/index.js' ) To include the bundle in a webpage, ```html - + ``` If no recognized module system is present, access bundle contents via the global scope: @@ -264,7 +264,7 @@ Lastly, the namespace contains various other functions for dealing with arrays,
- +