8000 Update README.md for Deno bundle v0.2.1 · stdlib-js/array-full@45a4ef9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45a4ef9

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent ae91d75 commit 45a4ef9

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 full from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-full@deno/mod.js';
55+
import full from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-full@v0.2.1-deno/mod.js';
5656
```
5757

5858
#### full( length, value\[, dtype] )
@@ -108,7 +108,7 @@ var arr = full( 2, 1, 'int32' );
108108

109109
```javascript
110110
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-typed-real-dtypes@deno/mod.js';
111-
import full from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-full@deno/mod.js';
111+
import full from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-full@v0.2.1-deno/mod.js';
112112

113113
// Get a list of array data types:
114114
var dt = dtypes();

0 commit comments

Comments
 (0)
0