We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2be3c5 commit 77ec7f5Copy full SHA for 77ec7f5
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import onesnd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-onesnd@esm/index.mjs';
+import onesnd from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-onesnd@v0.2.0-esm/index.mjs';
56
```
57
58
#### onesnd( shape )
@@ -90,7 +90,7 @@ var out = onesnd( [ 2, 3 ] );
90
<body>
91
<script type="module">
92
93
94
95
var out = onesnd( [ 1, 3 ] );
96
// returns [ [ 1.0, 1.0, 1.0 ] ]
0 commit comments