Skip to content

Commit 1484438

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 3555895 commit 1484438

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

5858
#### noneByRight( x, predicate\[, thisArg] )
@@ -139,7 +139,7 @@ var cnt = context.count;
139139
import bernoulli from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-bernoulli@deno/mod.js';
140140
var isPositiveInteger = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-positive-integer' ).isPrimitive;
141141
import naryFunction from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@deno/mod.js';
142-
import noneByRight from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by-right@deno/mod.js';
142+
import noneByRight from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-none-by-right@v0.2.2-deno/mod.js';
143143

144144
var x = bernoulli( 10, 0.1, {
145145
'dtype': 'int8'

0 commit comments

Comments
 (0)