Skip to content

Commit ce5c5d2

Browse files
committed
Update README.md for Deno bundle v0.1.1
1 parent 57dbf62 commit ce5c5d2

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
@@ -44,7 +44,7 @@ limitations under the License.
4444
## Usage
4545

4646
```javascript
47-
import stickycase from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-stickycase@deno/mod.js';
47+
import stickycase from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-stickycase@v0.1.1-deno/mod.js';
4848
```
4949

5050
#### stickycase( str\[, p] )
@@ -80,7 +80,7 @@ out = stickycase( 'good morning', 0.8 );
8080
## Examples
8181

8282
```javascript
83-
import stickycase from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-stickycase@deno/mod.js';
83+
import stickycase from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-stickycase@v0.1.1-deno/mod.js';
8484

8585
var str = 'Hello World!';
8686
var out = stickycase( str );

0 commit comments

Comments
 (0)