Skip to content

Commit 8207c0c

Browse files
committed
Update README.md for Deno bundle v0.3.0
1 parent 1d7d767 commit 8207c0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import complex from 'https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@deno/mod.js';
45+
import complex from 'https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@v0.3.0-deno/mod.js';
4646
```
4747

4848
You can also import the following named exports from the package:
4949

5050
```javascript
51-
import { Complex64, base, conj, imag, parseComplex64, real, reim, reviveComplex64 } from 'https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@deno/mod.js';
51+
import { Complex64, base, conj, imag, parseComplex64, real, reim, reviveComplex64 } from 'https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@v0.3.0-deno/mod.js';
5252
```
5353

5454
#### complex
@@ -112,7 +112,7 @@ The namespace contains the following functions:
112112

113113
```javascript
114114
import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@deno/mod.js';
115-
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@deno/mod.js';
115+
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32@v0.3.0-deno/mod.js';
116116

117117
console.log( objectKeys( ns ) );
118118
```

0 commit comments

Comments
 (0)