Skip to content

Commit 888440b

Browse files
committed
Auto-generated commit
1 parent c3c67dc commit 888440b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ limitations under the License.
5151

5252
## Usage
5353

54+
```javascript
55+
import convertSame from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@deno/mod.js';
56+
```
57+
The previous example will load the latest bundled code from the deno branch. Alternatively, you may load a specific version by loading the file from one of the [tagged bundles](https://github.com/stdlib-js/array-convert-same/tags). For example,
58+
5459
```javascript
5560
import convertSame from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@v0.2.1-deno/mod.js';
5661
```
@@ -111,7 +116,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
111116
import filledarrayBy from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-filled-by@deno/mod.js';
112117
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-dtypes@deno/mod.js';
113118
import ctors from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-ctors@deno/mod.js';
114-
import convertSame from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@v0.2.1-deno/mod.js';
119+
import convertSame from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-convert-same@deno/mod.js';
115120

116121
// Create a generic array:
117122
var arr = filledarrayBy( 5, 'generic', discreteUniform( -100, 100 ) );

0 commit comments

Comments
 (0)