Skip to content

Commit 23c7d58

Browse files
committed
Update README.md for Deno bundle v0.1.0
1 parent 47b0c79 commit 23c7d58

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 FLOAT64_MAX_LN from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@deno/mod.js';
45+
import FLOAT64_MAX_LN from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@v0.1.0-deno/mod.js';
4646
```
4747

4848
#### FLOAT64_MAX_LN
@@ -67,7 +67,7 @@ var bool = ( FLOAT64_MAX_LN === 709.782712893384 );
6767
<!-- eslint no-undef: "error" -->
6868

6969
```javascript
70-
import FLOAT64_MAX_LN from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@deno/mod.js';
70+
import FLOAT64_MAX_LN from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-float64-max-ln@v0.1.0-deno/mod.js';
7171

7272
console.log( FLOAT64_MAX_LN );
7373
// => 709.782712893384

0 commit comments

Comments
 (0)