Skip to content

Commit

Permalink
docs: syntax error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Aug 21, 2023
1 parent 08c3636 commit 8b6f625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Use `from` function to workaround this, and create an `env` object like so:
import { from } from 'env-var'

const env = from({
BASE_URL: import.meta.env.BASE_URL
BASE_URL: import.meta.env.BASE_URL,
VITE_CUSTOM_VARIABLE: import.meta.env.CUSTOM_VARIABLE
})
```
Expand Down

0 comments on commit 8b6f625

Please sign in to comment.