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 Apr 2, 2022
1 parent 766b2e7 commit e07aef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 e07aef5

Please sign in to comment.