8000 Update README.md for Deno bundle v0.2.1 · stdlib-js/ndarray-orders@675f25e · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 675f25e

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 29084f3 commit 675f25e

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

5454
```javascript
55-
import orders from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@deno/mod.js';
55+
import orders from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@v0.2.1-deno/mod.js';
5656
```
5757

5858
You can also import the following named exports from the package:
5959

6060
```javascript
61-
import { enum } from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@deno/mod.js';
61+
import { enum } from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@v0.2.1-deno/mod.js';
6262
```
6363

6464
#### orders()
@@ -97,7 +97,7 @@ The output `array` contains the following orders:
9797

9898
```javascript
9999
import indexOf from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-index-of@deno/mod.js';
100-
import orders from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@deno/mod.js';
100+
import orders from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@v0.2.1-deno/mod.js';
101101

102102
var ORDERS = orders();
103103
var bool;

0 commit comments

Comments
 (0)
0