Skip to content

Commit 725d52a

Browse files
committed
update README
1 parent 90c7e55 commit 725d52a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,9 @@ And if you are [using ES6](#how-do-i-use-dotenv-with-import) import with config
5050
```javascript
5151
import dotenv from 'dotenv'
5252
dotenv.config({ path: 'app/backend/.env' })
53-
```
5453

55-
That's it. Make use of `process.env.S3_BUCKET`.
54+
...
5655

57-
```javascript
5856
s3.getBucketCors({Bucket: process.env.S3_BUCKET}, function(err, data) {})
5957
```
6058

0 commit comments

Comments
 (0)