Skip to content

Commit 02255f2

Browse files
committed
Update README.md for ESM bundle v0.3.1
1 parent fb2f8d8 commit 02255f2

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.3.1-esm/index.mjs';
5656
```
5757

5858
#### buffer( dtype, size )
@@ -102,7 +102,7 @@ var buf = buffer( 'float', 3 );
102102
<script type="module">
103103
104104
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@esm/index.mjs';
105-
import buffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@esm/index.mjs';
105+
import buffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-buffer@v0.3.1-esm/index.mjs';
106106
107107
var DTYPES = dtypes();
108108

0 commit comments

Comments
 (0)