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 34ef649 commit 8b94278Copy full SHA for 8b94278
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@deno/mod.js';
+import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@v0.3.3-deno/mod.js';
56
```
57
58
#### acronym( str\[, options] )
@@ -106,7 +106,7 @@ out = acronym( 'the quick brown fox', {
106
<!-- eslint no-undef: "error" -->
107
108
109
110
111
var str = 'Test-driven development';
112
var out = acronym( str );
0 commit comments