Skip to content

Commit fef1de0

Browse files
committed
Update README.md for Deno bundle v0.3.2
1 parent dc41b7b commit fef1de0

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@deno/mod.js';
55+
import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@v0.3.2-deno/mod.js';
5656
```
5757

5858
#### acronym( str\[, options] )
@@ -106,7 +106,7 @@ out = acronym( 'the quick brown fox', {
106106
<!-- eslint no-undef: "error" -->
107107

108108
```javascript
109-
import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@deno/mod.js';
109+
import acronym from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-acronym@v0.3.2-deno/mod.js';
110110

111111
var str = 'Test-driven development';
112112
var out = acronym( str );

0 commit comments

Comments
 (0)