Skip to content

Commit 7ace67b

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 789e028 commit 7ace67b

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
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import sswap from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-base-sswap@esm/index.mjs';
45+
import sswap from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-base-sswap@v0.2.1-esm/index.mjs';
4646
```
4747

4848
#### sswap( N, x, strideX, y, strideY )
@@ -163,7 +163,7 @@ sswap.ndarray( 3, x, 2, 1, y, -1, y.length-1 );
163163
<script type="module">
164164
165165
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-discrete-uniform@esm/index.mjs';
166-
import sswap from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-base-sswap@esm/index.mjs';
166+
import sswap from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-base-sswap@v0.2.1-esm/index.mjs';
167167
168168
var opts = {
169169
'dtype': 'float32'

0 commit comments

Comments
 (0)