Skip to content

Commit 02c2310

Browse files
committed
Update README.md for Deno bundle v0.3.2
1 parent 938c6fc commit 02c2310

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

4444
```javascript
45-
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/function@deno/mod.js';
45+
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/function@v0.3.2-deno/mod.js';
4646
```
4747

4848
You can also import the following named exports from the package:
4949

5050
```javascript
51-
import { Function, function2string } from 'https://cdn.jsdelivr.net/gh/stdlib-js/function@deno/mod.js';
51+
import { Function, function2string } from 'https://cdn.jsdelivr.net/gh/stdlib-js/function@v0.3.2-deno/mod.js';
5252
```
5353

5454
#### ns
@@ -87,7 +87,7 @@ The namespace contains the following:
8787

8888
```javascript
8989
import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils/keys@deno/mod.js';
90-
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/function@deno/mod.js';
90+
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/function@v0.3.2-deno/mod.js';
9191

9292
console.log( objectKeys( ns ) );
9393
```

0 commit comments

Comments
 (0)