Skip to content

Commit 024b070

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 19da4bc commit 024b070

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
@@ -54,7 +54,7 @@ limitations under the License.
5454
## Usage
5555

5656
```javascript
57-
import ndarray from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@deno/mod.js';
57+
import ndarray from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@v0.2.2-deno/mod.js';
5858
```
5959

6060
<a name="main"></a>
@@ -662,7 +662,7 @@ The method does **not** serialize data outside of the buffer region defined by t
662662

663663
```javascript
664664
import Float32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float32@deno/mod.js';
665-
import ndarray from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@deno/mod.js';
665+
import ndarray from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@v0.2.2-deno/mod.js';
666666
667667
// Create a data buffer:
668668
var buffer = new Float32Array( (3*3*3*3) + 100 );

0 commit comments

Comments
 (0)
X