Skip to content

Commit

Permalink
Update README.md for ESM bundle v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 14, 2024
1 parent 8081835 commit 3906ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ limitations under the License.
## Usage

```javascript
import signature from 'https://cdn.jsdelivr.net/gh/stdlib-js/repl-signature@esm/index.mjs';
import signature from 'https://cdn.jsdelivr.net/gh/stdlib-js/repl-signature@v0.2.0-esm/index.mjs';
```

#### signature( alias )
Expand Down Expand Up @@ -101,7 +101,7 @@ var txt = signature( 'unrecognized_alias_beep_boop_bop_bip' );
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-discrete-uniform@esm/index.mjs';
import aliases from 'https://cdn.jsdelivr.net/gh/stdlib-js/namespace-aliases@esm/index.mjs';
import signature from 'https://cdn.jsdelivr.net/gh/stdlib-js/repl-signature@esm/index.mjs';
import signature from 'https://cdn.jsdelivr.net/gh/stdlib-js/repl-signature@v0.2.0-esm/index.mjs';
var list;
var len;
Expand Down

0 comments on commit 3906ed7

Please sign in to comment.