8000 Update README.md for Deno bundle v0.3.0 · stdlib-js/ndarray-empty@d55f040 · GitHub
[go: up one dir, main page]

Skip to content

Commit d55f040

Browse files
committed
Update README.md for Deno bundle v0.3.0
1 parent 1a59324 commit d55f040

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

5858
#### empty( shape\[, options] )
@@ -132,7 +132,7 @@ var dt = arr.dtype;
132132

133133
```javascript
134134
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@deno/mod.js';
135-
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@deno/mod.js';
135+
import empty from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-empty@v0.3.0-deno/mod.js';
136136

137137
// Get a list of data types:
138138
var dt = dtypes();

0 commit comments

Comments
 (0)
0