Skip to content

Commit c227aa0

Browse files
committed
Update README.md for Deno bundle v0.1.1
1 parent a329222 commit c227aa0

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

5858
#### arrayWith( x, index, value )
@@ -110,7 +110,7 @@ The function accepts the following arguments:
110110
111111
```javascript
112112
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-discrete-uniform@deno/mod.js';
113-
import arrayWith from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-with@deno/mod.js';
113+
import arrayWith from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-with@v0.1.1-deno/mod.js';
114114
115115
// Define an array:
116116
var opts = {

0 commit comments

Comments
 (0)