8000 Update README.md for ESM bundle v0.3.0 · stdlib-js/array-complex128@02aa7f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02aa7f4

Browse files
committed
Update README.md for ESM bundle v0.3.0
1 parent 38d539e commit 02aa7f4

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
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import Complex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@esm/index.mjs';
55+
import Complex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@v0.3.0-esm/index.mjs';
5656
```
5757

5858
<a name="constructor"></a>
@@ -2568,7 +2568,7 @@ var im = imag( z );
25682568
import Complex128 from 'https://cdn.jsdelivr.net/gh/stdlib-js/complex-float64-ctor@esm/index.mjs';
25692569
import Float64Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs';
25702570
import logEach from 'https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@esm/index.mjs';
2571-
import Complex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@esm/index.mjs';
2571+
import Complex128Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@v0.3.0-esm/index.mjs';
25722572
25732573
// Create a complex array by specifying a length:
25742574
var out = new Complex128Array( 3 );

0 commit comments

Comments
 (0)
0