Skip to content

Commit

Permalink
Update main example to use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jan 26, 2022
1 parent 0d78f4d commit a487795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,8 +31,8 @@ Or installing with yarn? `yarn add dotenv`
Create a `.env` file in the root of your project:

```dosini
S3_BUCKET=YOURS3BUCKET
SECRET_KEY=YOURSECRETKEYGOESHERE
S3_BUCKET="YOURS3BUCKET"
SECRET_KEY="YOURSECRETKEYGOESHERE"
```

As early as possible in your application, import and configure dotenv:
Expand Down

0 comments on commit a487795

Please sign in to comment.