8000 Update README.md for Deno bundle v0.2.1 · stdlib-js/utils-none@23557b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23557b8

Browse files
committed
Update README.md for Deno bundle v0.2.1
1 parent 105b4b8 commit 23557b8

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
@@ -52,7 +52,7 @@ limitations under the License.
5252
## Usage
5353

5454
```javascript
55-
import none from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-none@deno/mod.js';
55+
import none from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-none@v0.2.1-deno/mod.js';
5656
```
5757

5858
#### none( collection )
@@ -100,7 +100,7 @@ var bool = none( [] );
100100

101101
```javascript
102102
import randu from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@deno/mod.js';
103-
import none from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-none@deno/mod.js';
103+
import none from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-none@v0.2.1-deno/mod.js';
104104

105105
var bool;
106106
var arr;

0 commit comments

Comments
 (0)
0