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 b70fda7 commit b68b4a9
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 @@ -42,7 +42,7 @@ limitations under the License.
## Usage

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

#### sswap( N, x, strideX, y, strideY )
Expand Down Expand Up @@ -158,7 +158,7 @@ sswap.ndarray( 3, x, 2, 1, y, -1, y.length-1 );

```javascript
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-discrete-uniform@deno/mod.js';
import sswap from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-base-sswap@deno/mod.js';
import sswap from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-base-sswap@v0.2.2-deno/mod.js';

var opts = {
'dtype': 'float32'
Expand Down

0 comments on commit b68b4a9

Please sign in to comment.