We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c7e55 commit 725d52aCopy full SHA for 725d52a
1 file changed
README.md
@@ -50,11 +50,9 @@ And if you are [using ES6](#how-do-i-use-dotenv-with-import) import with config
50
```javascript
51
import dotenv from 'dotenv'
52
dotenv.config({ path: 'app/backend/.env' })
53
-```
54
55
-That's it. Make use of `process.env.S3_BUCKET`.
+...
56
57
-```javascript
58
s3.getBucketCors({Bucket: process.env.S3_BUCKET}, function(err, data) {})
59
```
60
0 commit comments