Skip to content

Commit 817eecc

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 4791641 commit 817eecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

4444
```javascript
45-
import trim from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-trim@deno/mod.js';
45+
import trim from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-trim@v0.2.1-deno/mod.js';
4646
```
4747

4848
#### trim( str )
@@ -91,7 +91,7 @@ var out = trim( ' \t\t\n Beep \r\n\t ' );
9191
<!-- eslint no-undef: "error" -->
9292

9393
```javascript
94-
import trim from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-trim@deno/mod.js';
94+
import trim from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-base-trim@v0.2.1-deno/mod.js';
9595

9696
var out = trim( ' Whitespace ' );
9797
// returns 'Whitespace'

0 commit comments

Comments
 (0)