Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4983b25

Browse filesBrowse files
committed
Update README.md for UMD bundle v0.2.2
1 parent d62e59a commit 4983b25
Copy full SHA for 4983b25

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ limitations under the License.
5454
To use in Observable,
5555

5656
```javascript
57-
Float64Array = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@umd/browser.js' )
57+
Float64Array = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.2-umd/browser.js' )
5858
```
5959

6060
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -66,7 +66,7 @@ var Float64Array = require( 'path/to/vendor/umd/array-float64/index.js' )
6666
To include the bundle in a webpage,
6767

6868
```html
69-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@umd/browser.js"></script>
69+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.2-umd/browser.js"></script>
7070
```
7171

7272
If no recognized module system is present, access bundle contents via the global scope:
@@ -1441,7 +1441,7 @@ var bool = it.next().done;
14411441
<html lang="en">
14421442
<body>
14431443
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js"></script>
1444-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@umd/browser.js"></script>
1444+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@v0.2.2-umd/browser.js"></script>
14451445
<script type="text/javascript">
14461446
(function () {
14471447

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.