Skip to content

Commit fda488c

Browse files
committed
Update README.md for ESM bundle v0.2.0
1 parent 4dc6ad6 commit fda488c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
55+
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@v0.2.0-esm/index.mjs';
5656
```
5757

5858
<a name="main"></a>
@@ -227,7 +227,7 @@ var bool = ( v === buf[ 0 ] );
227227
<body>
228228
<script type="module">
229229
230-
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
230+
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@v0.2.0-esm/index.mjs';
231231
232232
// Create a 4-dimensional array containing single-precision floating-point numbers:
233233
var arr = array({

0 commit comments

Comments
 (0)