Skip to content

Commit 9e3039b

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 99a0711 commit 9e3039b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import isReferenceError from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@deno/mod.js';
55+
import isReferenceError from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@v0.2.1-deno/mod.js';
5656
```
5757

5858
#### isReferenceError( value )
@@ -89,7 +89,7 @@ var bool = isReferenceError( new ReferenceError( 'beep' ) );
8989
<!-- eslint no-undef: "error" -->
9090

9191
```javascript
92-
import isReferenceError from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@deno/mod.js';
92+
import isReferenceError from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-reference-error@v0.2.1-deno/mod.js';
9393

9494
var bool = isReferenceError( new ReferenceError( 'reference error' ) );
9595
// returns true

0 commit comments

Comments
 (0)