Skip to content

Commit e5e5354

Browse files
committed
Update README.md for UMD bundle v0.2.2
1 parent e2c398f commit e5e5354

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
@@ -46,7 +46,7 @@ limitations under the License.
4646
To use in Observable,
4747

4848
```javascript
49-
inheritedEnumerablePropertySymbols = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@umd/browser.js' )
49+
inheritedEnumerablePropertySymbols = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.2-umd/browser.js' )
5050
```
5151

5252
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -58,7 +58,7 @@ var inheritedEnumerablePropertySymbols = require( 'path/to/vendor/umd/utils-inhe
5858
To include the bundle in a webpage,
5959

6060
```html
61-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@umd/browser.js"></script>
61+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.2-umd/browser.js"></script>
6262
```
6363

6464
If no recognized module system is present, access bundle contents via the global scope:
@@ -137,7 +137,7 @@ var symbols = inheritedEnumerablePropertySymbols( [], 1 );
137137
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@umd/browser.js"></script>
138138
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@umd/browser.js"></script>
139139
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@umd/browser.js"></script>
140-
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@umd/browser.js"></script>
140+
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.2-umd/browser.js"></script>
141141
<script type="text/javascript">
142142
(function () {
143143

0 commit comments

Comments
 (0)