Skip to content

Commit

Permalink
Update README.md for ESM bundle v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 26, 2024
1 parent d30d46e commit ed04e5f
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 Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs';
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@v0.2.2-esm/index.mjs';
```

#### Symbol( \[description] )
Expand Down Expand Up @@ -109,7 +109,7 @@ var s = Symbol( 'beep' );
<script type="module">
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@esm/index.mjs';
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs';
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@v0.2.2-esm/index.mjs';
var s;
Expand Down

0 comments on commit ed04e5f

Please sign in to comment.