There was an error while loading. Please reload this page.
1 parent b774cd1 commit 2293a5bCopy full SHA for 2293a5b
README.md
@@ -48,7 +48,7 @@ limitations under the License.
48
## Usage
49
50
```javascript
51
-import inherit from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherit@esm/index.mjs';
+import inherit from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherit@v0.2.2-esm/index.mjs';
52
```
53
54
#### inherit( ctor, superCtor )
@@ -102,7 +102,7 @@ inherit( Bar, Foo );
102
<body>
103
<script type="module">
104
105
106
107
function Foo() {
108
return this;
0 commit comments