Skip to content

Commit c51256e

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent eaed7f5 commit c51256e

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 constructorName from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-constructor-name@deno/mod.js';
45+
import constructorName from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-constructor-name@v0.2.1-deno/mod.js';
4646
```
4747

4848
#### constructorName( value )
@@ -161,7 +161,7 @@ import Uint32Array from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint32@deno
161161
import ArrayBuffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-buffer@deno/mod.js';
162162
import Buffer from 'https://cdn.jsdelivr.net/gh/stdlib-js/buffer-ctor@deno/mod.js';
163163
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js';
164-
import constructorName from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-constructor-name@deno/mod.js';
164+
import constructorName from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-constructor-name@v0.2.1-deno/mod.js';
165165

166166
function noop() {
167167
// Do nothing...

0 commit comments

Comments
 (0)