File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242## Usage
4343
4444``` javascript
45- import FLOAT32_NUM_BYTES from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-num-bytes@esm/index.mjs' ;
45+ import FLOAT32_NUM_BYTES from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-num-bytes@v0.2.1- esm/index.mjs' ;
4646```
4747
4848#### FLOAT32_NUM_BYTES
@@ -72,7 +72,7 @@ var bool = ( FLOAT32_NUM_BYTES === 4 );
7272<body >
7373<script type =" module" >
7474
75- import FLOAT32_NUM_BYTES from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-num-bytes@esm/index.mjs' ;
75+ import FLOAT32_NUM_BYTES from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-num-bytes@v0.2.1- esm/index.mjs' ;
7676
7777console .log ( FLOAT32_NUM_BYTES );
7878// => 4
You can’t perform that action at this time.
0 commit comments