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 toBinaryString from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-uint32-base-to-binary-string@deno/mod.js' ;
45+ import toBinaryString from ' https://cdn.jsdelivr.net/gh/stdlib-js/number-uint32-base-to-binary-string@v0.2.1- deno/mod.js' ;
4646```
4747
4848#### toBinaryString( x )
@@ -102,7 +102,7 @@ str = toBinaryString( a[2] );
102102import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
103103import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@deno/mod.js';
104104import Uint32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@deno/mod.js';
105- import toBinaryString from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-uint32-base-to-binary-string@deno/mod.js';
105+ import toBinaryString from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-uint32-base-to-binary-string@v0.2.1- deno/mod.js';
106106
107107var x;
108108var y;
You can’t perform that action at this time.
0 commit comments