8000 Update README.md for Deno bundle v0.2.2 · stdlib-js/fs-exists@df03648 · GitHub
[go: up one dir, main page]

Skip to content

Commit df03648

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent 1fcbfcf commit df03648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

4444
```javascript
45-
import exists from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-exists@deno/mod.js';
45+
import exists from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-exists@v0.2.2-deno/mod.js';
4646
```
4747

4848
You can also import the following named exports from the package:
4949

5050
```javascript
51-
import { sync } from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-exists@deno/mod.js';
51+
import { sync } from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-exists@v0.2.2-deno/mod.js';
5252
```
5353

5454
#### exists( path, clbk )
@@ -159,7 +159,7 @@ var bool = exists.sync( __dirname );
159159
<!-- eslint no-undef: "error" -->
160160

161161
```javascript
162-
import exists from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-exists@deno/mod.js';
162+
import exists from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-exists@v0.2.2-deno/mod.js';
163163
164164
/* Sync */
165165

0 commit comments

Comments
 (0)
0