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 5b4405b commit 9dd3bcfCopy full SHA for 9dd3bcf
1 file changed
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import ones2d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-ones2d@esm/index.mjs';
+import ones2d from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-ones2d@v0.2.2-esm/index.mjs';
56
```
57
58
#### ones2d( shape )
@@ -91,7 +91,7 @@ var out = ones2d( [ 2, 3 ] );
91
<script type="module">
92
93
import gscal from 'https://cdn.jsdelivr.net/gh/stdlib-js/blas-base-gscal@esm/index.mjs';
94
95
96
// Create a ones-filled array:
97
var arr = ones2d( [ 5, 10 ] );
0 commit comments