Skip to content

Commit

Permalink
Update README.md for Deno bundle v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 5, 2024
1 parent fd8ef30 commit 6a2ee8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ limitations under the License.
## Usage

```javascript
import math from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@deno/mod.js';
import math from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@v0.2.1-deno/mod.js';
```

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

```javascript
import { base, iter, special, strided, tools } from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@deno/mod.js';
import { base, iter, special, strided, tools } from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@v0.2.1-deno/mod.js';
```

#### math
Expand Down Expand Up @@ -90,7 +90,7 @@ The namespace consists of the following sub-namespaces:

```javascript
import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils/keys@deno/mod.js';
import math from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@deno/mod.js';
import math from 'https://cdn.jsdelivr.net/gh/stdlib-js/math@v0.2.1-deno/mod.js';

console.log( objectKeys( math ) );
```
Expand Down

0 comments on commit 6a2ee8c

Please sign in to comment.