Skip to content

Commit f8988b3

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 8493e23 commit f8988b3

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
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

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

5858
#### buffer( dtype, size )
@@ -114,7 +114,7 @@ var buf = buffer( 'float', 3 );
114114
<script type="module">
115115
116116
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs';
117-
import buffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@esm/index.mjs';
117+
import buffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@v0.2.1-esm/index.mjs';
118118
119119
var DTYPES = dtypes();
120120
var buf;

0 commit comments

Comments
 (0)