File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import put from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-put@deno/mod.js';
45+
import put from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-put@v0.0.2-deno/mod.js';
4646
```
4747

4848
#### put( x, indices, values\[, options] )
@@ -134,7 +134,7 @@ var out = put( x, [ -10, 10 ], [ 20, 40 ], {
134134
import filledBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-filled-by@deno/mod.js';
135135
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-discrete-uniform@deno/mod.js';
136136
import linspace from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-linspace@deno/mod.js';
137-
import put from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-put@deno/mod.js';
137+
import put from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-put@v0.0.2-deno/mod.js';
138138

139139
// Generate a linearly spaced array:
140140
var x = linspace( 0, 100, 11 );

0 commit comments

Comments
 (0)