Skip to content

Commit 5eed217

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 4767475 commit 5eed217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import FLOAT32_MIN_SAFE_INTEGER from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@deno/mod.js';
45+
import FLOAT32_MIN_SAFE_INTEGER from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@v0.2.2-deno/mod.js';
4646
```
4747

4848
#### FLOAT32_MIN_SAFE_INTEGER
@@ -68,7 +68,7 @@ var bool = ( FLOAT32_MIN_SAFE_INTEGER === -16777215 );
6868
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
6969
import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@deno/mod.js';
7070
import pow from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-pow@deno/mod.js';
71-
import FLOAT32_MIN_SAFE_INTEGER from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@deno/mod.js';
71+
import FLOAT32_MIN_SAFE_INTEGER from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@v0.2.2-deno/mod.js';
7272

7373
var min;
7474
var x;

0 commit comments

Comments
 (0)