Skip to content

Commit

Permalink
Update README.md for Deno bundle v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 29, 2024
1 parent 19da4bc commit 024b070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ limitations under the License.
## Usage

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

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

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

0 comments on commit 024b070

Please sign in to comment.