Skip to content

Commit 2293a5b

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent b774cd1 commit 2293a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ limitations under the License.
4848
## Usage
4949

5050
```javascript
51-
import inherit from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherit@esm/index.mjs';
51+
import inherit from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherit@v0.2.2-esm/index.mjs';
5252
```
5353

5454
#### inherit( ctor, superCtor )
@@ -102,7 +102,7 @@ inherit( Bar, Foo );
102102
<body>
103103
<script type="module">
104104
105-
import inherit from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherit@esm/index.mjs';
105+
import inherit from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherit@v0.2.2-esm/index.mjs';
106106
107107
function Foo() {
108108
return this;

0 commit comments

Comments
 (0)