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

Skip to content

Commit cfa2b41

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent e03e0c9 commit cfa2b41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ limitations under the License.
4444
<!-- eslint-disable stdlib/no-redeclare -->
4545

4646
```javascript
47-
import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@deno/mod.js';
47+
import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@v0.2.2-deno/mod.js';
4848
```
4949

5050
You can also import the following named exports from the package:
5151

5252
```javascript
53-
import { sync } from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@deno/mod.js';
53+
import { sync } from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@v0.2.2-deno/mod.js';
5454
```
5555

5656
#### open( path\[, flags\[, mode]], clbk )
@@ -123,7 +123,7 @@ The function has the same default parameters as [`fs.openSync()`][node-fs].
123123
<!-- eslint-disable stdlib/no-redeclare -->
124124

125125
```javascript
126-
import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@deno/mod.js';
126+
import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@v0.2.2-deno/mod.js';
127127
128128
var fpath = '/path/to/file.js';
129129
@@ -150,7 +150,7 @@ The function has the same default parameters as [`fs.openSync()`][node-fs].
150150
```javascript
151151
var join = require( 'path' ).join;
152152
var closeSync = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-close' ).sync;
153-
import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@deno/mod.js';
153+
import open from 'https://cdn.jsdelivr.net/gh/stdlib-js/fs-open@v0.2.2-deno/mod.js';
154154
155155
/* Sync */
156156

0 commit comments

Comments
 (0)
0