Skip to content

Commit 2468c17

Browse files
committed
fix: readme
1 parent 45b5e10 commit 2468c17

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ Require in the same format as Node.js `fs`, specifying an S3 Bucket:
3232
const fs = require('@cyclic.sh/s3fs/promises')(S3_BUCKET_NAME)
3333
```
3434

35-
> Alternatively, if the enviornment variable `CYCLIC_BUCKET_NAME` is set to an S3 bucket name, initialization can happen without specifying a bucket:
36-
> ```js
37-
> const fs = require('@cyclic.sh/s3fs')
38-
> ```
39-
> or
40-
> ```js
41-
> const fs = require('@cyclic.sh/s3fs/promises')
42-
> ```
35+
- On cyclic.sh
36+
- Alternatively, when using with <a href="https://cyclic.sh" target="_blank">cyclic.sh</a> or if the environment variable `CYCLIC_BUCKET_NAME` is set to an S3 bucket name, initialization can happen without specifying a bucket:
37+
```js
38+
const fs = require('@cyclic.sh/s3fs')
39+
```
40+
or
41+
```js
42+
const fs = require('@cyclic.sh/s3fs/promises')
43+
```
4344

4445
### Authentication
4546

0 commit comments

Comments
 (0)