8000 Update README.md for UMD bundle v0.2.2 · stdlib-js/string-format@23e8b2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 23e8b2c

Browse files
committed
Update README.md for UMD bundle v0.2.2
1 parent ad2e0f9 commit 23e8b2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ limitations under the License.
5050
To use in Observable,
5151

5252
```javascript
53-
format = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/string-format@umd/browser.js' )
53+
format = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/string-format@v0.2.2-umd/browser.js' )
5454
```
5555

5656
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -62,7 +62,7 @@ var format = require( 'path/to/vendor/umd/string-format/index.js' )
6262
To include the bundle in a webpage,
6363

6464
```html
65-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/string-format@umd/browser.js"></script>
65+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/string-format@v0.2.2-umd/browser.js"></script>
6666
```
6767

6868
If no recognized module system is present, access bundle contents via the global scope:
@@ -253,7 +253,7 @@ out = format( str, 7 );
253253
<!DOCTYPE html>
254254
<html lang="en">
255255
<body>
256-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/string-format@umd/browser.js"></script>
256+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/string-format@v0.2.2-umd/browser.js"></script>
257257
<script type="text/javascript">
258258
(function () {
259259

0 commit comments

Comments
 (0)
0