Skip to content

Commit 942a8fc

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 55db956 commit 942a8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import arraylikefcn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-tools-array-like-function@esm/index.mjs';
45+
import arraylikefcn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-tools-array-like-function@v0.2.1-esm/index.mjs';
4646
```
4747

4848
<a name="arraylikefcn"></a>
@@ -95,7 +95,7 @@ bool = f( arr2 );
9595
<script type="module">
9696
9797
import isEven from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-even@esm/index.mjs';
98-
import arraylikefcn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-tools-array-like-function@esm/index.mjs';
98+
import arraylikefcn from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-tools-array-like-function@v0.2.1-esm/index.mjs';
9999
100100
var arr1;
101101
var arr2;

0 commit comments

Comments
 (0)