Skip to content

Commit

Permalink
docs: clarify readme on env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrdi committed Aug 6, 2024
1 parent 336542a commit 289b547
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 @@ -606,7 +606,7 @@ You can find demonstration projects for each feature in the corresponding direct

### Environment Variables

All the demos are using `.env` files for passing in sensitive information such as API keys, URLs, and other configuration details. If you want to try out these demos, you must add an `.env` (or `.env.local`) file according to the given `.env.example` with your own credentials.
All the demos are using `.env` files for passing in sensitive information such as Keys, Identifier, URLs, and other configuration details. If you want to try out these demos, you must add an `.env` (or `.env.local`) file according to the given `.env.example` with your own credentials.

#### VITE\_ Prefix

Expand Down

0 comments on commit 289b547

Please sign in to comment.