Skip to content

Commit

Permalink
docs: Fixing repetative verbiage in env var section
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Mar 29, 2022
1 parent 1aeb4b7 commit 6ad9a23
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 @@ -338,7 +338,7 @@ console.log(process.env.PREACT_APP_MY_VARIABLE);

If your variable is not prefixed, you can still add it manually by using your `preact.config.js` (see [DefinePlugin] config in the recipes wiki).

You can also set variables using a `.env` file in the root of your project:
You can set and store variables using a `.env` file in the root of your project:

> `.env`
Expand Down

0 comments on commit 6ad9a23

Please sign in to comment.