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 27, 2024
1 parent 3777b5d commit 02339f9
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 @@ -52,7 +52,7 @@ limitations under the License.
## Usage

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

#### Int16Array()
Expand Down Expand Up @@ -1409,7 +1409,7 @@ var bool = it.next().done;
```javascript
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@deno/mod.js';
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-int16@deno/mod.js';
import ctor from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-int16@v0.2.2-deno/mod.js';

var arr;
var i;
Expand Down

0 comments on commit 02339f9

Please sign in to comment.