Skip to content

Commit 56e9da2

Browse files
committed
Update README.md for ESM bundle v0.3.2
1 parent b91c220 commit 56e9da2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@esm/index.mjs';
55+
import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@v0.3.2-esm/index.mjs';
5656
```
5757

5858
#### acronym( str\[, options] )
@@ -111,7 +111,7 @@ out = acronym( 'the quick brown fox', {
111111
<body>
112112
<script type="module">
113113
114-
import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@esm/index.mjs';
114+
import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@v0.3.2-esm/index.mjs';
115115
116116
var str = 'Test-driven development';
117117
var out = acronym( str );

0 commit comments

Comments
 (0)