We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91c220 commit 56e9da2Copy full SHA for 56e9da2
1 file changed
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@esm/index.mjs';
+import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@v0.3.2-esm/index.mjs';
56
```
57
58
#### acronym( str\[, options] )
@@ -111,7 +111,7 @@ out = acronym( 'the quick brown fox', {
111
<body>
112
<script type="module">
113
114
115
116
var str = 'Test-driven development';
117
var out = acronym( str );
0 commit comments