File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import BooleanArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-bool@esm/index.mjs' ;
55
+ import BooleanArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-bool@v0.0.1- esm/index.mjs' ;
56
56
```
57
57
58
58
<a name =" constructor " ></a >
@@ -844,7 +844,7 @@ v = out.get( 2 );
844
844
845
845
import Uint8Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8@esm/index.mjs' ;
846
846
import logEach from ' https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@esm/index.mjs' ;
847
- import BooleanArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-bool@esm/index.mjs' ;
847
+ import BooleanArray from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-bool@v0.0.1- esm/index.mjs' ;
848
848
849
849
// Create a boolean array by specifying a length:
850
850
var out = new BooleanArray ( 3 );
You can’t perform that action at this time.
0 commit comments